freebsd-ports/misc/gkrellmlaunch2/Makefile
Eitan Adler fbc06e4df6 Cleanup unmaintained ports in the misc category:
- Single space for WWW in pkg-descr
	- Ordering if of items in Makefile
	- Trim headers
	- Comment should not begin with leading article
	- Pet portlint
2013-03-25 18:44:20 +00:00

23 lines
597 B
Makefile

# Created by: Zach Thompson <hideo@lastamericanempire.com>
# $FreeBSD$
PORTNAME= gkrellmlaunch
PORTVERSION= 0.5
PORTREVISION= 8
CATEGORIES= misc
MASTER_SITES= SF
PKGNAMESUFFIX= 2
MAINTAINER= ports@FreeBSD.org
COMMENT= Application launcher plugin for GKrellM2
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
PLIST_FILES= libexec/gkrellm2/plugins/gkrellmlaunch.so
ALL_TARGET= ${PORTNAME}.so
do-install:
${INSTALL_DATA} ${WRKSRC}/gkrellmlaunch.so ${PREFIX}/libexec/gkrellm2/plugins
.include <bsd.port.mk>