diff options
author | steve <steve@FreeBSD.org> | 1999-04-03 10:05:18 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-04-03 10:05:18 +0800 |
commit | 0fcc662bc7cdfb5387a5dc1d16613e9fa08e0315 (patch) | |
tree | eb8db55a5c45a6355134d65619dc1cdca1c80376 /lang/pike74/Makefile | |
parent | 8118e6c02f0b09e2e49bfac1900cc7c930c7513a (diff) | |
download | freebsd-ports-gnome-0fcc662bc7cdfb5387a5dc1d16613e9fa08e0315.tar.gz freebsd-ports-gnome-0fcc662bc7cdfb5387a5dc1d16613e9fa08e0315.tar.zst freebsd-ports-gnome-0fcc662bc7cdfb5387a5dc1d16613e9fa08e0315.zip |
Import of pike version 0.6.110.
A dynamic programming language with a syntax similar to C++.
PR: 9783
Submitted by: Vladimir N.Silyaev <vns@delta.odessa.ua>
Diffstat (limited to 'lang/pike74/Makefile')
-rw-r--r-- | lang/pike74/Makefile | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/lang/pike74/Makefile b/lang/pike74/Makefile new file mode 100644 index 000000000000..74ca0d72f13b --- /dev/null +++ b/lang/pike74/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: pike +# Version required: 0.6 +# Date created: 16 Jan 1999 +# Whom: vns@delta.odessa.ua +# +# $Id:$ +# + +DISTNAME= Pike-v0.6.110 +PKGNAME= pike-0.6 +CATEGORIES= lang +MASTER_SITES= http://pike.idonex.se/download/ + +MAINTAINER= vns@delta.odessa.ua + +pre-fetch: +.if !defined(BATCH) + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.pike +.endif + +WRKSRC= ${WRKDIR}/${DISTNAME}/src/ + +IS_INTERACTIVE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS?= \ + --without-ttflib \ + --without-gdbm \ + --without-mysql \ + --without-postgresql \ + --without-msql \ + --without-jpeg + +pre-configure: + @${ECHO} ${CONFIGURE_ARGS} + +.include <bsd.port.mk> |