freebsd-ports/editors/textedit.app/Makefile
Emanuel Haupt deb298071b Change maintainers e-mail address.
Requested over:		IRC
2008-04-10 16:11:24 +00:00

27 lines
615 B
Makefile

# New ports collection makefile for: textedit.app
# Date created: 28 Aug 2006
# Whom: gurkan@phys.ethz.ch
#
# $FreeBSD$
#
PORTNAME= textedit.app
PORTVERSION= 4.0
PORTREVISION= 1
CATEGORIES= editors gnustep
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= gurkan@phys.ethz.ch
COMMENT= Basic text editor for GNUstep
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
WRKSRC= ${WRKDIR}/textedit-${PORTVERSION}
MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
.include <bsd.port.mk>