483a696233
gnustep-base doesn't need to install the compatibility layer anymore, which requires a major lib bump. Bump revision of all dependent packages, and remove double REVISION in webservices OK landry@
16 lines
311 B
Makefile
16 lines
311 B
Makefile
# $OpenBSD: Makefile,v 1.4 2012/08/22 07:15:51 sebastia Exp $
|
|
|
|
COMMENT = GNUstep battery monitor
|
|
|
|
DISTNAME = batmon-0.6
|
|
REVISION = 1
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = http://gap.nongnu.org/batmon/
|
|
MASTER_SITES = ${MASTER_SITE_SAVANNAH:=gap/}
|
|
|
|
MODULES = x11/gnustep
|
|
WANTLIB = c m pthread
|
|
|
|
.include <bsd.port.mk>
|