3e4ed01146
- 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)
25 lines
664 B
Makefile
25 lines
664 B
Makefile
# New ports collection makefile for: gkrellm-gamma
|
|
# Date Created: Jun 26 2003
|
|
# Whom: Pav Lucistnik <pav@oook.cz>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gkrellm-gamma
|
|
PORTVERSION= 2.03
|
|
PORTREVISION= 8
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.sweb.cz/tripie/gkrellm/gamma/dist/
|
|
|
|
MAINTAINER= pav@FreeBSD.org
|
|
COMMENT= XFree86 gamma correction plugin for GKrellM
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
|
|
|
|
USE_XORG= x11 xxf86vm
|
|
PLIST_FILES= libexec/gkrellm2/plugins/gamma.so
|
|
MAKE_ENV= PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins
|
|
ALL_TARGET= gamma.so
|
|
|
|
.include <bsd.port.mk>
|