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@
15 lines
304 B
Makefile
15 lines
304 B
Makefile
# $OpenBSD: Makefile,v 1.6 2012/08/22 07:15:51 sebastia Exp $
|
|
|
|
COMMENT = analog clock for the GNUstep desktop
|
|
|
|
DISTNAME = AClock-0.4.0
|
|
REVISION = 1
|
|
|
|
HOMEPAGE = http://gap.nongnu.org/aclock/
|
|
MASTER_SITES = ${MASTER_SITE_SAVANNAH:=gap/}
|
|
|
|
MODULES = x11/gnustep
|
|
WANTLIB = c m pthread
|
|
|
|
.include <bsd.port.mk>
|