2003-06-29 22:11:56 +02:00
|
|
|
PORTNAME= gkrellm-gamma
|
2003-09-24 19:00:49 +02:00
|
|
|
PORTVERSION= 2.03
|
2016-12-08 20:52:19 +01:00
|
|
|
PORTREVISION= 14
|
2003-06-29 22:11:56 +02:00
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= http://www.sweb.cz/tripie/gkrellm/gamma/dist/
|
|
|
|
|
2013-07-09 23:26:48 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-06-29 22:11:56 +02:00
|
|
|
COMMENT= XFree86 gamma correction plugin for GKrellM
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= http://www.sweb.cz/tripie/gkrellm/gamma/
|
2003-06-29 22:11:56 +02:00
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:sysutils/gkrellm2
|
|
|
|
RUN_DEPENDS= gkrellm:sysutils/gkrellm2
|
2003-06-29 22:11:56 +02:00
|
|
|
|
2019-11-06 19:07:22 +01:00
|
|
|
USES= pkgconfig xorg
|
- 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_XORG= x11 xxf86vm
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= libexec/gkrellm2/plugins/gamma.so
|
2014-06-12 14:58:05 +02:00
|
|
|
MAKE_ENV= PLUGIN_DIR=${PLUGINDIR}
|
2003-06-29 22:11:56 +02:00
|
|
|
ALL_TARGET= gamma.so
|
2014-06-12 14:58:05 +02:00
|
|
|
PLUGINDIR= ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins
|
|
|
|
|
|
|
|
pre-install:
|
|
|
|
@${MKDIR} ${PLUGINDIR}
|
2003-06-29 22:11:56 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|