1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/editors/textedit/Makefile

27 lines
591 B
Makefile
Raw Normal View History

# Created by: gurkan@phys.ethz.ch
# $FreeBSD$
2012-08-07 17:26:25 +00:00
PORTNAME= textedit
PORTVERSION= 4.0
PORTREVISION= 3
CATEGORIES= editors gnustep
MASTER_SITES= http://git.savannah.gnu.org/cgit/backbone.git/snapshot/
DISTNAME= backbone-6343263e17c5cd771770dabc2559ac07ffedcf29
2012-06-26 05:44:19 +00:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Basic text editor for GNUstep
BROKEN= Does not link
USE_BZIP2= yes
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
USE_GNUSTEP_MAKE_DIRS= System/Applications/TextEdit
MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
NO_STAGE= yes
.include <bsd.port.mk>