aboutsummaryrefslogtreecommitdiffstats
path: root/lang/freetxl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/freetxl/Makefile')
-rw-r--r--lang/freetxl/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/lang/freetxl/Makefile b/lang/freetxl/Makefile
index f7e5a843154d..9fa645c87cc9 100644
--- a/lang/freetxl/Makefile
+++ b/lang/freetxl/Makefile
@@ -7,6 +7,7 @@
PORTNAME= freetxl
PORTVERSION= 10.3
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= ftp://ftp.sasknow.com/pub/txl/
DISTNAME= txl${PORTVERSION}.linux
@@ -14,15 +15,17 @@ DISTNAME= txl${PORTVERSION}.linux
MAINTAINER= ryan@sasknow.com
COMMENT= The TXL Programming Language (transformation by example)
-USE_LINUX?= yes
-STRIP=
-NO_BUILD= yes
+USE_LINUX= yes
MAN1= txl.1 txlc.1 txldb.1 txlp.1
PORTDOCS= 00README.txt COPYRIGHT.txt Documents.html Examples.html \
FILES.txt Learning.html Support.html
+do-build:
+ ${BRANDELF} -t Linux ${WRKSRC}/bin/txl \
+ ${WRKSRC}/bin/txldb
+
do-install:
${INSTALL_PROGRAM} \
${WRKSRC}/bin/txl \