Makefile 466 B

1234567891011121314151617181920
  1. # $OpenBSD: Makefile,v 1.22 2015/06/26 18:08:40 ajacoutot Exp $
  2. COMMENT= GKrellM2 will remind you to do important events
  3. V= 2.0.0
  4. DISTNAME= gkrellm-reminder-${V}
  5. PKGNAME= gkrellmreminder-${V}
  6. REVISION= 9
  7. CATEGORIES= misc
  8. HOMEPAGE= http://members.dslextreme.com/users/billw/gkrellm/Plugins.html\#REMINDER
  9. MASTER_SITES= http://members.dslextreme.com/users/billw/gkrellm/Plugins/
  10. EXTRA_WANTLIB= gthread-2.0
  11. PLUGIN= ${WRKSRC}/reminder.so
  12. .include <bsd.port.mk>