summaryrefslogtreecommitdiff
path: root/lang/intercal/Makefile
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-07-29 01:56:31 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-07-29 01:56:31 +0000
commit334c3f822ac3f3e4f9cb627b3b130c5b24e5341f (patch)
tree3a87e4ffafe37a48dcb5fa5c4c305a1bcb8d8648 /lang/intercal/Makefile
parentThis package contains Quake 4 for Linux (Demo version) by id Software. (diff)
- Update to 0.24
- Pass maintainership to submitter PR: ports/100929 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Notes
Notes: svn path=/head/; revision=169020
Diffstat (limited to 'lang/intercal/Makefile')
-rw-r--r--lang/intercal/Makefile16
1 files changed, 5 insertions, 11 deletions
diff --git a/lang/intercal/Makefile b/lang/intercal/Makefile
index 1f9035ef3719..9cf631b069ab 100644
--- a/lang/intercal/Makefile
+++ b/lang/intercal/Makefile
@@ -6,21 +6,15 @@
#
PORTNAME= intercal
-PORTVERSION= 0.20
+PORTVERSION= 0.24
CATEGORIES= lang
MASTER_SITES= http://www.catb.org/~esr/intercal/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ssedov@mbsd.msk.ru
COMMENT= The C-INTERCAL compiler, ick, and supporting libraries
-WRKSRC= $(WRKDIR)/$(DISTNAME)/src
-
-pre-install:
- ${MKDIR} ${PREFIX}/share/intercal
- ${MKDIR} ${PREFIX}/lib/intercal
-
-post-install:
- ${MKDIR} ${PREFIX}/share/intercal/pit
- ${CP} -R $(WRKDIR)/$(DISTNAME)/pit/* ${PREFIX}/share/intercal/pit
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+CONFIGURE_ENV= CFLAGS="${CFLAGS} -D_POSIX_SOURCE"
.include <bsd.port.mk>