68ee74b124
pointed out by sthen@
17 lines
373 B
Makefile
17 lines
373 B
Makefile
# $OpenBSD: Makefile,v 1.4 2012/01/08 12:03:09 sebastia Exp $
|
|
|
|
COMMENT= a terminal emulator for GNUstep
|
|
|
|
DISTNAME= Terminal-0.9.7
|
|
REVISION= 1
|
|
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>
|