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
374 B
Makefile
17 lines
374 B
Makefile
# $OpenBSD: Makefile,v 1.6 2012/08/22 07:15:52 sebastia Exp $
|
|
|
|
COMMENT= a terminal emulator for GNUstep
|
|
|
|
DISTNAME= Terminal-0.9.8
|
|
REVISION = 0
|
|
PKGNAME= gnustep-${DISTNAME:L}
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= http://gap.nongnu.org/terminal
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=gap/}
|
|
|
|
MODULES= converters/libiconv x11/gnustep
|
|
WANTLIB+= c m util pthread
|
|
|
|
.include <bsd.port.mk>
|