15 lines
313 B
Makefile
15 lines
313 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2011/07/19 16:25:42 sebastia Exp $
|
||
|
|
||
|
COMMENT = GNUstep battery monitor
|
||
|
|
||
|
DISTNAME = batmon-0.6
|
||
|
CATEGORIES = sysutils
|
||
|
|
||
|
HOMEPAGE = http://gap.nongnu.org/batmon/
|
||
|
MASTER_SITES = http://savannah.nongnu.org/download/gap/
|
||
|
|
||
|
MODULES = x11/gnustep
|
||
|
WANTLIB = c m pthread
|
||
|
|
||
|
.include <bsd.port.mk>
|