1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/misc/gkrellmbgchg2/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

30 lines
711 B
Makefile

# Created by: Chris Stuart <firewolf@lightningfire.net>
# $FreeBSD$
PORTNAME= gkrellmbgchg2
PORTVERSION= 0.1.11
PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= http://www.bender-suhl.de/stefan/comp/sources/
MAINTAINER= ports@FreeBSD.org
COMMENT= Plugin for GKrellM, which changes the desktop's background image
LICENSE= GPLv2
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:sysutils/gkrellm2
RUN_DEPENDS= gkrellm:sysutils/gkrellm2
USES= gmake pkgconfig
USE_GNOME= gtk20
PLIST_FILES= libexec/gkrellm2/plugins/gkrellmbgchg.so
PLUGINDIR= ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins
do-install:
@${MKDIR} ${PLUGINDIR}
${INSTALL_LIB} ${WRKSRC}/gkrellmbgchg.so ${PLUGINDIR}
.include <bsd.port.mk>