ports/sysutils/gkrellm/plugins/launch/Makefile

16 lines
318 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= launch commonly used apps from GkrellM2
DISTNAME= gkrellmlaunch-0.5
REVISION= 20
CATEGORIES= x11
HOMEPAGE= http://gkrellmlaunch.sourceforge.net/
2023-09-28 02:05:49 +00:00
SITES= ${SITE_SOURCEFORGE:=gkrellmlaunch/}
2023-08-16 22:26:55 +00:00
EXTRA_WANTLIB= gthread-2.0
ALL_TARGET= gkrellmlaunch.so
PLUGIN= ${WRKSRC}/gkrellmlaunch.so
.include <bsd.port.mk>