X11BASE and portlint cleanups.
This commit is contained in:
parent
dc7eb9a1fe
commit
f78368efbf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146337
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue