Makefile 460 B

123456789101112131415161718192021
  1. # $OpenBSD: Makefile,v 1.22 2015/06/26 18:26:19 ajacoutot Exp $
  2. COMMENT= snapshot and background plugin for Gkrellm2
  3. V= 0.4.4
  4. DISTNAME= gkrellshoot-${V}
  5. CATEGORIES= x11
  6. HOMEPAGE= http://gkrellshoot.sourceforge.net
  7. MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gkrellshoot/}
  8. EXTRA_WANTLIB= gthread-2.0
  9. RUN_DEPENDS= graphics/ImageMagick
  10. WRKDIST= ${WRKDIR}/gkrellShoot-${V}
  11. ALL_TARGET= gkrellshoot.so
  12. PLUGIN= ${WRKSRC}/gkrellshoot.so
  13. .include <bsd.port.mk>