mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
26 lines
664 B
Makefile
26 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= 9
|
|
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>
|