16 lines
361 B
Makefile
16 lines
361 B
Makefile
# $OpenBSD: Makefile,v 1.5 2012/07/08 14:01:27 sebastia Exp $
|
|
|
|
COMMENT= a terminal emulator for GNUstep
|
|
|
|
DISTNAME= Terminal-0.9.8
|
|
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>
|