freebsd-ports/misc/gkrellmbgchg2/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00

34 lines
866 B
Makefile

# New ports collection makefile for: gkrellmbgchg
# Date Created: 8 Aug 2002
# Whom: Chris Stuart <firewolf@lightningfire.net>
#
# $FreeBSD$
#
PORTNAME= gkrellmbgchg2
PORTVERSION= 0.1.8
PORTREVISION= 1
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/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
USE_GNOME= gtk20
PLIST_FILES= libexec/gkrellm2/plugins/gkrellmbgchg.so
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e 's|-O3||g' ${WRKSRC}/Makefile
do-install:
@${MKDIR} ${PREFIX}/libexec/gkrellm2/plugins
${INSTALL_DATA} ${WRKSRC}/gkrellmbgchg.so \
${PREFIX}/libexec/gkrellm2/plugins
.include <bsd.port.post.mk>