summaryrefslogtreecommitdiff
path: root/editors/textedit.app/Makefile
diff options
context:
space:
mode:
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>