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@
17 lines
368 B
Makefile
17 lines
368 B
Makefile
# $OpenBSD: Makefile,v 1.3 2012/08/22 07:15:51 sebastia Exp $
|
|
|
|
COMMENT = GNUstep sticky notes
|
|
|
|
DISTNAME = Affiche-0.6.0
|
|
REVISION = 1
|
|
|
|
HOMEPAGE = http://www.collaboration-world.com/affiche/
|
|
MASTER_SITES = http://www.collaboration-world.com/affiche.data/releases/Stable/
|
|
|
|
MODULES = x11/gnustep
|
|
WANTLIB += c m pthread
|
|
|
|
WRKDIST = ${WRKDIR}/Affiche
|
|
|
|
.include <bsd.port.mk>
|