16 lines
374 B
Makefile
16 lines
374 B
Makefile
# $OpenBSD: Makefile,v 1.14 2009/08/10 06:34:29 kili Exp $
|
|
|
|
COMMENT= launch commonly used apps from GkrellM2
|
|
|
|
DISTNAME= gkrellmlaunch-0.5
|
|
PKGNAME= ${DISTNAME}p11
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://gkrellmlaunch.sourceforge.net/
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gkrellmlaunch/}
|
|
|
|
ALL_TARGET= gkrellmlaunch.so
|
|
PLUGIN= ${WRKSRC}/gkrellmlaunch.so
|
|
|
|
.include <bsd.port.mk>
|