diff options
author | Will Andrews <will@FreeBSD.org> | 2002-06-27 14:32:30 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-06-27 14:32:30 +0000 |
commit | 1a388281f524ea046302e574bf981d1542f09d30 (patch) | |
tree | 8be62a37a000a94cb5ade5fdec0b4b4cdcd4dda0 /lang/qscheme/Makefile | |
parent | d1b19b8b9c8b54d748b0e71804fdb6a9dfccc0f2 (diff) |
Notes
Diffstat (limited to 'lang/qscheme/Makefile')
-rw-r--r-- | lang/qscheme/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/lang/qscheme/Makefile b/lang/qscheme/Makefile new file mode 100644 index 000000000000..738bd4b3871a --- /dev/null +++ b/lang/qscheme/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: qscheme +# Date created: 6 Dec 2001 +# Whom: erik@smluc.org +# +# $FreeBSD$ +# + +PORTNAME= qscheme +PORTVERSION= 0.5.1 +CATEGORIES= lang +MASTER_SITES= http://www.sof.ch/dan/qscheme/files/ + +MAINTAINER= erik@smluc.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/libavcall.a:${PORTSDIR}/devel/ffcall\ + ${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre +LIB_DEPENDS= getline:${PORTSDIR}/devel/libgetline + +GNU_CONFIGURE= yes +USE_GMAKE= yes +#USE_AUTOCONF= yes +PLIST_SUB+= PORTVERSION="${PORTVERSION}" + +CONFIGURE_ARGS= --with-pcre-dir=${LOCALBASE}/lib \ + --with-pcre-inc=${LOCALBASE}/include \ + --with-avcall-dir=${LOCALBASE}/lib \ + --with-avcall-inc=${LOCALBASE}/include + +.include <bsd.port.mk> |