X11BASE and portlint cleanups.

This commit is contained in:
Joseph Koshy 2005-10-25 17:58:38 +00:00
parent dc7eb9a1fe
commit f78368efbf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146337

View file

@ -16,15 +16,17 @@ MASTER_SITES= http://download.plt-scheme.org/bundles/${PORTVERSION}/plt/ \
ftp://morpheus.wish.com.mx/pub/plt/${PORTVERSION}/plt/ \
http://download.plt-scheme.org/patches/${PORTVERSION}/:PLT
DISTFILES= plt-${PORTVERSION}-src-unix.tgz ${PLTPATCHES}
DIST_SUBDIR= drscheme/${PORTVERSION}
EXTRACT_ONLY= plt-${PORTVERSION}-src-unix.tgz
EXTRACT_SUFX= .tgz
MAINTAINER= jkoshy@FreeBSD.org
COMMENT= An interactive, integrated, graphical Scheme programming environment
DIST_SUBDIR= drscheme/${PORTVERSION}
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PLTHOME} --enable-shared
CONFIGURE_ARGS= --prefix=${PLTHOME} --enable-shared \
--x-includes=${X11BASE}/include \
--x-libraries=${X11BASE}/lib
WRKSRC= ${WRKDIR}/plt/src
USE_XLIB= yes
USE_GMAKE= yes