aboutsummaryrefslogtreecommitdiff
path: root/editors/textedit.app/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2011-08-08 15:49:42 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2011-08-08 15:49:42 +0000
commitab8eccd2488df1fab1a636e293d096bea0f276fd (patch)
tree53099f17fd16d6a024489c106c596cca6c5a561b /editors/textedit.app/Makefile
parent782d23aa1265ae503bc6a9b69491f0c1e4c220e5 (diff)
downloadports-ab8eccd2488df1fab1a636e293d096bea0f276fd.tar.gz
ports-ab8eccd2488df1fab1a636e293d096bea0f276fd.zip
Notes
Diffstat (limited to 'editors/textedit.app/Makefile')
-rw-r--r--editors/textedit.app/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/textedit.app/Makefile b/editors/textedit.app/Makefile
index 981b1a35aba3..cac130b27414 100644
--- a/editors/textedit.app/Makefile
+++ b/editors/textedit.app/Makefile
@@ -7,20 +7,21 @@
PORTNAME= textedit.app
PORTVERSION= 4.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= editors gnustep
-MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
-DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
+MASTER_SITES= http://git.savannah.gnu.org/cgit/backbone.git/snapshot/
+DISTNAME= backbone-6343263e17c5cd771770dabc2559ac07ffedcf29
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Basic text editor for GNUstep
+USE_BZIP2= yes
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
-WRKSRC= ${WRKDIR}/textedit-${PORTVERSION}
+USE_GNUSTEP_MAKE_DIRS= System/Applications/TextEdit
MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
.include <bsd.port.mk>