2013-09-20 21:59:12 +02:00
|
|
|
# Created by: Jean-Yves Lefort <jylefort@brutele.be>
|
2002-11-24 05:08:34 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gkrellmmailwatch
|
2004-05-22 00:11:06 +02:00
|
|
|
PORTVERSION= 2.4.3
|
2015-06-07 16:53:55 +02:00
|
|
|
PORTREVISION= 11
|
2002-11-24 05:08:34 +01:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= http://gkrellm.luon.net/files/
|
2014-06-01 17:50:56 +02:00
|
|
|
PKGNAMESUFFIX= 2
|
2002-11-24 05:08:34 +01:00
|
|
|
DISTNAME= gkrellm-mailwatch-${PORTVERSION}
|
|
|
|
|
2012-10-01 16:45:16 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= GKrellM mailwatch plugin
|
2002-11-24 05:08:34 +01:00
|
|
|
|
2015-06-07 16:53:55 +02:00
|
|
|
LICENSE= GPLv2 # or later
|
|
|
|
|
- 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
|
2002-11-24 05:08:34 +01:00
|
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/gkrellm-mailwatch
|
|
|
|
|
2013-09-10 23:31:33 +02:00
|
|
|
USES= gmake pkgconfig
|
- 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
|
|
|
USE_LDCONFIG= yes
|
2002-11-24 05:08:34 +01:00
|
|
|
|
2014-06-01 17:50:56 +02:00
|
|
|
MAKE_ENV+= PLUGIN_DIR=${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins
|
|
|
|
|
|
|
|
PLIST_FILES= libexec/gkrellm2/plugins/mailwatch.so
|
2002-11-24 05:08:34 +01:00
|
|
|
|
2015-06-07 16:53:55 +02:00
|
|
|
post-install:
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins/mailwatch.so
|
|
|
|
|
2002-11-24 05:08:34 +01:00
|
|
|
.include <bsd.port.mk>
|