mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +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)
29 lines
726 B
Makefile
29 lines
726 B
Makefile
# New ports collection makefile for: gkrellmbgchg
|
|
# Date Created: 8 Aug 2002
|
|
# Whom: Chris Stuart <firewolf@lightningfire.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gkrellmbgchg
|
|
PORTVERSION= 0.0.4
|
|
PORTREVISION= 4
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.bender-suhl.de/stefan/comp/sources/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A plugin for GKrellM, which changes the desktop's background image
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
|
|
|
|
USE_GNOME= imlib
|
|
|
|
PLIST_FILES= libexec/gkrellm/plugins/gkrellmbgchg.so
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${STRIP} ${WRKSRC}/gkrellmbgchg.so \
|
|
${PREFIX}/libexec/gkrellm/plugins
|
|
|
|
.include <bsd.port.mk>
|