16 lines
331 B
Makefile
16 lines
331 B
Makefile
|
COMMENT= launch commonly used apps from GkrellM2
|
||
|
|
||
|
DISTNAME= gkrellmlaunch-0.5
|
||
|
REVISION= 20
|
||
|
CATEGORIES= x11
|
||
|
|
||
|
HOMEPAGE= http://gkrellmlaunch.sourceforge.net/
|
||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gkrellmlaunch/}
|
||
|
|
||
|
EXTRA_WANTLIB= gthread-2.0
|
||
|
|
||
|
ALL_TARGET= gkrellmlaunch.so
|
||
|
PLUGIN= ${WRKSRC}/gkrellmlaunch.so
|
||
|
|
||
|
.include <bsd.port.mk>
|