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)
24 lines
629 B
Makefile
24 lines
629 B
Makefile
# New ports collection makefile for: gkrellm-xkb
|
|
# Date Created: Jun 24 2003
|
|
# Whom: Pav Lucistnik <pav@oook.cz>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gkrellm-xkb
|
|
PORTVERSION= 1.05
|
|
PORTREVISION= 6
|
|
CATEGORIES= misc x11
|
|
MASTER_SITES= http://www.sweb.cz/tripie/gkrellm/xkb/dist/
|
|
|
|
MAINTAINER= pav@FreeBSD.org
|
|
COMMENT= X keyboard layout plugin for GKrellM
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
|
|
|
|
PLIST_FILES= libexec/gkrellm2/plugins/xkb.so
|
|
MAKE_ENV= PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins
|
|
ALL_TARGET= xkb.so
|
|
|
|
.include <bsd.port.mk>
|