1a388281f5
PR: 34999 Submitted by: erik@smluc.org
29 lines
715 B
Makefile
29 lines
715 B
Makefile
# 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>
|