summaryrefslogtreecommitdiff
path: root/lang/hugs/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-04-03 21:14:22 +0000
committertron <tron@pkgsrc.org>1998-04-03 21:14:22 +0000
commit1ea020664c11335d9f0934ea1396af3324b825d3 (patch)
tree5252e50f5dab564b08c724148d3e5b571422732e /lang/hugs/Makefile
parente6ce6c878e8f899a6826bad21090b76005e657d2 (diff)
downloadpkgsrc-1ea020664c11335d9f0934ea1396af3324b825d3.tar.gz
New "hugs-1.4" package made by Nathan J. Williams.
Diffstat (limited to 'lang/hugs/Makefile')
-rw-r--r--lang/hugs/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile
new file mode 100644
index 00000000000..56bbe4d43b5
--- /dev/null
+++ b/lang/hugs/Makefile
@@ -0,0 +1,31 @@
+# New packages collection makefile for: hugs
+# Version required: 1.4
+# Date created: 22-Mar-98
+# Whom: nathanw@mit.edu
+#
+# $NetBSD: Makefile,v 1.1 1998/04/03 21:14:22 tron Exp $
+
+DISTNAME= hugs-January1998-source
+PKGNAME= hugs-1.4
+CATEGORIES= lang
+MASTER_SITES= ftp://haskell.org/pub/haskell/hugs/January1998/ \
+ ftp://ftp.cs.nott.ac.uk/pub/haskell/hugs/January1998/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= nathanw@mit.edu
+
+WRKSRC= ${WRKDIR}/hugs/src
+GNU_CONFIGURE= yes
+ALL_TARGET= default
+
+# The hugs distribution puts configure and friends in a subdirectory
+# below the sources, and insists that configure be run from that directory,
+# which is awkward for bsd.port.mk.
+do-configure:
+ @(cd ${WRKSRC}/unix && CC="${CC}" ac_cv_path_CC="${CC}" \
+ CFLAGS="${CFLAGS}" \
+ INSTALL="${INSTALL_DATA}" \
+ INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
+ ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS})
+
+.include <bsd.port.mk>