Makefile 493 B

123456789101112131415161718192021
  1. # $OpenBSD: Makefile,v 1.25 2015/06/26 18:08:40 ajacoutot Exp $
  2. COMMENT= weather plugin for GkrellM2
  3. DISTNAME= gkrellweather-2.0.8
  4. REVISION= 6
  5. CATEGORIES= x11
  6. EXTRACT_SUFX= .tgz
  7. HOMEPAGE= https://sites.google.com/site/makovick/gkrellm-plugins
  8. MASTER_SITES= https://sites.google.com/site/makovick/projects/
  9. ALL_TARGET= gkrellweather.so
  10. PLUGIN= ${WRKSRC}/gkrellweather.so
  11. post-install:
  12. ${INSTALL_SCRIPT} ${WRKSRC}/GrabWeather \
  13. ${PREFIX}/bin/gkrellm.GrabWeather
  14. .include <bsd.port.mk>