c6d94b06c8
- Use gmake as build dependency to eliminate do-build target
29 lines
735 B
Makefile
29 lines
735 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:${PORTSDIR}/sysutils/gkrellm2
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/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>
|