1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/misc/gkrellmbgchg2/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

30 lines
711 B
Makefile

# Created by: Chris Stuart <firewolf@lightningfire.net>
# $FreeBSD$
PORTNAME= gkrellmbgchg2
PORTVERSION= 0.1.11
PORTREVISION= 1
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>