16 lines
365 B
Makefile
16 lines
365 B
Makefile
# $OpenBSD: Makefile,v 1.16 2010/10/11 08:18:07 jasper Exp $
|
|
|
|
COMMENT= launch commonly used apps from GkrellM2
|
|
|
|
DISTNAME= gkrellmlaunch-0.5
|
|
REVISION= 13
|
|
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>
|