16 lines
392 B
Makefile
16 lines
392 B
Makefile
# $OpenBSD: Makefile,v 1.4 2005/11/15 19:25:55 wilfried Exp $
|
|
|
|
COMMENT= "GrekllM2 will remind you to do important events"
|
|
|
|
DISTNAME= gkrellm-reminder-2.0.0
|
|
PKGNAME= ${DISTNAME}p2
|
|
CATEGORIES= misc sysutils/gkrellm
|
|
|
|
HOMEPAGE= ${MASTER_SITES}Plugins.html\#REMINDER
|
|
|
|
MASTER_SITES= http://members.dslextreme.com/users/billw/gkrellm/Plugins/
|
|
|
|
PLUGIN= ${WRKSRC}/reminder.so
|
|
|
|
.include <bsd.port.mk>
|