freebsd-ports/editors/codeeditor/Makefile
Dirk Meyer e904a42961 - add category gnustep
PR:		103931
Approved by:	pav
2007-01-31 18:18:14 +00:00

26 lines
583 B
Makefile

# New ports collection makefile for: codeeditor
# Date created: 3 Dec 2006
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= codeeditor
PORTVERSION= 0.4.4
CATEGORIES= editors gnustep
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= codeeditor
DISTNAME= CodeEditor-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= CodeEditor is a text and code editor for GNUstep
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
WRKSRC= ${WRKDIR}/CodeEditor
.include <bsd.port.mk>