2004-05-21 23:57:28 +02:00
|
|
|
# New ports collection makefile for: gkrellm-reminder2
|
|
|
|
# Date Created: Tue Apr 27 11:55:02 CEST 2004
|
|
|
|
# Whom: Tobias Roth <ports@fsck.ch>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= reminder
|
|
|
|
PORTVERSION= 2.0.0
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 8
|
2004-05-21 23:57:28 +02:00
|
|
|
CATEGORIES= deskutils
|
2005-07-26 16:35:08 +02:00
|
|
|
MASTER_SITES= http://members.dslextreme.com/users/billw/gkrellm/Plugins/ \
|
2004-05-21 23:57:28 +02:00
|
|
|
http://depot.fsck.ch/mirror/distfiles/
|
|
|
|
PKGNAMEPREFIX= gkrellm-
|
|
|
|
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2010-09-28 07:42:14 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-05-21 23:57:28 +02:00
|
|
|
COMMENT= GKrellM2 plugin that reminds you of important events
|
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
|
2004-05-21 23:57:28 +02:00
|
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
|
|
|
|
|
|
|
|
USE_GNOME= gtk20
|
|
|
|
|
|
|
|
PLIST_FILES= libexec/gkrellm2/plugins/reminder.so
|
|
|
|
PORTDOCS= README
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/reminder.so ${PREFIX}/libexec/gkrellm2/plugins/
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.ifndef(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|