mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
4e66d49984
Update SITES, HOMEPAGE, and comments.
16 lines
319 B
Makefile
16 lines
319 B
Makefile
COMMENT= launch commonly used apps from GkrellM2
|
|
|
|
DISTNAME= gkrellmlaunch-0.5
|
|
REVISION= 21
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= https://gkrellmlaunch.sourceforge.net/
|
|
SITES= ${SITE_SOURCEFORGE:=gkrellmlaunch/}
|
|
|
|
EXTRA_WANTLIB= gthread-2.0
|
|
|
|
ALL_TARGET= gkrellmlaunch.so
|
|
PLUGIN= ${WRKSRC}/gkrellmlaunch.so
|
|
|
|
.include <bsd.port.mk>
|