openbsd-ports/x11/gnustep/terminal/Makefile
sebastia 4b44a69599 * Update the gnustep.port.mk file, to have some standard WANTLIBS and LIB/RUN depends added for the GUI based apps.
* Bump package versions for ports depending on gnustep-back.
* Fix PLIST for gnumail, after library bump.

OK, landry@
2010-10-26 12:39:57 +00:00

17 lines
384 B
Makefile

# $OpenBSD: Makefile,v 1.2 2010/10/26 12:39:57 sebastia Exp $
COMMENT= a terminal emulator for GNUstep
DISTNAME= Terminal-0.9.7
REVISION= 0
PKGNAME= gnustep-${DISTNAME:L}
CATEGORIES= sysutils
HOMEPAGE= http://gap.nongnu.org/terminal
MASTER_SITES= http://savannah.nongnu.org/download/gap/
MODULES= converters/libiconv x11/gnustep
WANTLIB+= c m util pthread
.include <bsd.port.mk>