pkgsrc/misc/gkrellm-launch/Makefile
tnn ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00

23 lines
622 B
Makefile

# $NetBSD: Makefile,v 1.13 2008/01/18 05:08:33 tnn Exp $
#
DISTNAME= gkrellmlaunch-0.5
PKGNAME= ${DISTNAME:S/gkrellm/gkrellm-/}
PKGREVISION= 6
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gkrellmlaunch/}
MAINTAINER= cube@NetBSD.org
HOMEPAGE= http://gkrellmlaunch.sourceforge.net/
COMMENT= GKrellM plugin to allow quick launch of applications
BUILD_TARGET= gkrellmlaunch.so
USE_TOOLS+= pkg-config
INSTALLATION_DIRS= lib/gkrellm2/plugins
do-install:
${INSTALL_DATA} ${WRKSRC}/gkrellmlaunch.so ${PREFIX}/lib/gkrellm2/plugins
.include "../../sysutils/gkrellm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"