diff options
Diffstat (limited to 'lang/mozart/Makefile')
-rw-r--r-- | lang/mozart/Makefile | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/lang/mozart/Makefile b/lang/mozart/Makefile index fe8308bf0eb5..d6b98b6cd35e 100644 --- a/lang/mozart/Makefile +++ b/lang/mozart/Makefile @@ -5,34 +5,34 @@ # $FreeBSD$ # -PORTNAME= mozart -PORTVERSION= 1.1.0.20000207 -CATEGORIES= lang tk80 -MASTER_SITES= ftp://ftp.mozart-oz.org/pub/mozart/${PORTVERSION}/tar/ \ - ftp://ftp.sics.se/pub/mozart/${PORTVERSION}/tar/ -EXTRACT_SUFX= -src.tar.gz +PORTNAME= mozart +PORTVERSION= 1.1.0.20000207 +CATEGORIES= lang tk80 +MASTER_SITES= ftp://ftp.mozart-oz.org/pub/mozart/${PORTVERSION}/tar/ \ + ftp://ftp.sics.se/pub/mozart/${PORTVERSION}/tar/ +EXTRACT_SUFX= -src.tar.gz -MAINTAINER= mathiasp@virtual-earth.de +MAINTAINER= mathiasp@virtual-earth.de BUILD_DEPENDS= xemacs:${PORTSDIR}/editors/xemacs21 -LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ - tk80.1:${PORTSDIR}/x11-toolkits/tk80 +LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ + tk80.1:${PORTSDIR}/x11-toolkits/tk80 -SCRIPTS_ENV= LN=${LN} PERL=${PERL} +SCRIPTS_ENV= LN=${LN} PERL=${PERL} ALL_TARGET= -MAKE_ARGS= PREFIX=${PREFIX}/lib/oz -USE_BISON= yes -USE_GMAKE= yes +MAKE_ARGS= PREFIX=${PREFIX}/lib/oz +USE_BISON= yes +USE_GMAKE= yes HAS_CONFIGURE= yes -USE_XLIB= yes +USE_XLIB= yes # magic wand: set INSTALL to some absurd value, or else # mozart's configure will not find the right install # when configuring as root. CONFIGURE_ENV= INSTALL=${CHMOD} CONFIGURE_ARGS= --prefix=${PREFIX}/lib/oz --disable-doc \ ---with-inc-dir=${LOCALBASE}/include/tcl8.0,${LOCALBASE}/include/tk8.0 \ ---with-lib-dir=${LOCALBASE}/lib --with-tcl-lib=${LOCALBASE}/lib \ ---with-tk-lib=${LOCALBASE}/lib + --with-inc-dir=${LOCALBASE}/include/tcl8.0,${LOCALBASE}/include/tk8.0 \ + --with-lib-dir=${LOCALBASE}/lib --with-tcl-lib=${LOCALBASE}/lib \ + --with-tk-lib=${LOCALBASE}/lib pre-extract: @${ECHO} |