Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
This commit is contained in:
parent
6ee8c0d084
commit
ffb21b5654
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29651
@ -412,11 +412,11 @@ FreeBSD_MAINTAINER= asami@FreeBSD.org
|
||||
# (default: ${WRKDIR}/.PLIST.mktmp).
|
||||
# PLIST_SUB - List of "variable=value" pair for substitution in ${PLIST}
|
||||
# (default: see below).
|
||||
# INSTALLS_SHLIBS - If set, bsd.port.mk will automatically run ldconfig commands
|
||||
# INSTALLS_SHLIB - If set, bsd.port.mk will automatically run ldconfig commands
|
||||
# from post-install and also add appropriate @exec/@unexec
|
||||
# directives to directories listed in LDCONFIG_DIRS.
|
||||
# LDCONFIG_DIRS - List of directories to run ldconfig if
|
||||
# INSTALLS_SHLIBS is set (default: %%PREFIX%%/lib).
|
||||
# INSTALLS_SHLIB is set (default: %%PREFIX%%/lib).
|
||||
# Note that this is passed through sed just like the
|
||||
# rest of PLIST, so ${PLIST_SUB} substitutions also
|
||||
# apply here. It is recommended that you use
|
||||
@ -1247,7 +1247,7 @@ _MANPAGES:= ${_MANPAGES:S/$/.gz/}
|
||||
|
||||
# Put this for down as possible so it will catch all PLIST_SUB definitions.
|
||||
|
||||
.if defined(INSTALLS_SHLIBS)
|
||||
.if defined(INSTALLS_SHLIB)
|
||||
LDCONFIG_DIRS?= %%PREFIX%%/lib
|
||||
LDCONFIG_PLIST!= ${ECHO} ${LDCONFIG_DIRS} | ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/}
|
||||
LDCONFIG_RUNLIST!= ${ECHO} ${LDCONFIG_PLIST} | ${SED} -e "s!%D!${PREFIX}!"
|
||||
@ -1875,7 +1875,7 @@ _PORT_USE: .USE
|
||||
.if make(real-install) && (defined(_MANPAGES) || defined(_MLINKS))
|
||||
@cd ${.CURDIR} && ${MAKE} ${__softMAKEFLAGS} compress-man
|
||||
.endif
|
||||
.if make(real-install) && defined(INSTALLS_SHLIBS)
|
||||
.if make(real-install) && defined(INSTALLS_SHLIB)
|
||||
@${ECHO_MSG} "===> Running ldconfig"
|
||||
${LDCONFIG} -m ${LDCONFIG_RUNLIST}
|
||||
.endif
|
||||
@ -2662,7 +2662,7 @@ generate-plist:
|
||||
.endfor
|
||||
@${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} ${PLIST} >> ${TMPPLIST}
|
||||
@${ECHO} "@unexec if [ -f %D/info/dir ]; then if sed -e '1,/Menu:/d' %D/info/dir | grep -q '^[*] '; then true; else rm %D/info/dir; fi; fi" >> ${TMPPLIST}
|
||||
.if defined(INSTALLS_SHLIBS)
|
||||
.if defined(INSTALLS_SHLIB)
|
||||
@${ECHO} "@exec ${LDCONFIG} -m ${LDCONFIG_PLIST}" >> ${TMPPLIST}
|
||||
@${ECHO} "@unexec ${LDCONFIG} -R" >> ${TMPPLIST}
|
||||
.endif
|
||||
|
@ -19,7 +19,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
USE_BZIP2= yes
|
||||
USE_QT2= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
|
||||
--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
|
@ -17,7 +17,7 @@ MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
FETCH_BEFORE_ARGS= -b
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN1= bzip2.1
|
||||
MLINKS= bzip2.1 bunzip2.1 bzip2.1 bzcat.1 bzip2.1 bz2cat.1 \
|
||||
|
@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= libs/compression
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= libs/compression
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -16,6 +16,6 @@ MAINTAINER= vanilla@FreeBSD.org
|
||||
LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
WRKSRC= ${WRKDIR}/gsm-1.0-pl10
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN1= toast.1
|
||||
MAN3= gsm.3 gsm_explode.3 gsm_option.3 gsm_print.3
|
||||
|
@ -15,7 +15,7 @@ DISTNAME= audiofile-${PORTVERSION}
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAKE_ARGS= "-E CFLAGS"
|
||||
|
||||
|
@ -13,6 +13,6 @@ MASTER_SITES= ftp://cdcd.undergrid.net/libcdaudio/
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -15,7 +15,7 @@ MAINTAINER= mharo@FreeBSD.org
|
||||
LIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAN1= libmikmod-config.1
|
||||
|
@ -13,7 +13,7 @@ MASTER_SITES= http://developer.icecast.org/libshout/releases/
|
||||
MAINTAINER= zach@pabst.bendnet.com
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -13,7 +13,7 @@ MASTER_SITES= http://developer.icecast.org/libshout/releases/
|
||||
MAINTAINER= zach@pabst.bendnet.com
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -17,7 +17,7 @@ MAINTAINER= sec@42.org
|
||||
WRKSRC= ${WRKDIR}/lib${PKGNAME}
|
||||
USE_XLIB= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -17,7 +17,7 @@ MAINTAINER= sec@42.org
|
||||
WRKSRC= ${WRKDIR}/lib${PKGNAME}
|
||||
USE_XLIB= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -16,7 +16,7 @@ MAINTAINER= jim@FreeBSD.org
|
||||
|
||||
WRKSRC= ${WRKDIR}/libworkman
|
||||
USE_IMAKE= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-patch:
|
||||
@${CP} ${WRKSRC}/Config ${WRKSRC}/Config.orig;
|
||||
|
@ -16,7 +16,7 @@ EXTRACT_SUFX= .src.tar.gz
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_IMAKE= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
ALL_TARGET= World
|
||||
# no need to "xmkmf -a" and create the Makefiles twice -- see above
|
||||
XMKMF= xmkmf
|
||||
|
@ -17,7 +17,7 @@ MAINTAINER= sec@42.org
|
||||
WRKSRC= ${WRKDIR}/lib${PKGNAME}
|
||||
USE_XLIB= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -15,7 +15,7 @@ DISTNAME= sphinx2-0.2
|
||||
MAINTAINER= trevor@jpj.net
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
# contains i386 sound code
|
||||
|
@ -21,7 +21,7 @@ LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \
|
||||
RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
MAKE_ARGS= "-E CFLAGS"
|
||||
|
@ -26,7 +26,7 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.if defined(WITH_GNOME)
|
||||
CONFIGURE_ARGS= --with-gnome
|
||||
@ -38,7 +38,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||
|
||||
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
|
||||
GLIB_CONFIG="${GLIB_CONFIG}" \
|
||||
GLIB_CONFIG="${GLIB_CONFIG}" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
@ -22,7 +22,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ARGS= --with-gtk-config=${GTK_CONFIG}
|
||||
|
||||
MAN1= gschem.1 gnetlist.1
|
||||
|
@ -19,7 +19,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
USE_BZIP2= yes
|
||||
USE_QT2= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
|
||||
--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
|
@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.urc.ac.ru/pub/OS/FreeBSD/converters/
|
||||
|
||||
MAINTAINER= joy@urc.ac.ru
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN1= iconv.1
|
||||
MAN3= iconv.3 iconv_close.3 iconv_open.3
|
||||
|
@ -18,7 +18,7 @@ USE_BZIP2= yes
|
||||
|
||||
USE_QT= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ARGS= --without-libjpeg --without-libgif \
|
||||
--without-libgdbm --without-libuulib
|
||||
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" INSTALL_SCRIPT="install -c -m 555"
|
||||
|
@ -16,7 +16,7 @@ MAINTAINER= will@FreeBSD.org
|
||||
MOC= ${X11BASE}/bin/moc2
|
||||
USE_BZIP2= yes
|
||||
USE_QT2= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
|
||||
--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
|
@ -15,7 +15,7 @@ DISTNAME= libutf-8-1.0
|
||||
|
||||
MAINTAINER= adam@whizkidtech.net
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN3= libutf-8.3 fgetu8.3 fputu8.3 sgetu8.3 sputu8.3
|
||||
|
||||
|
@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= recode
|
||||
MAINTAINER= torstenb@FreeBSD.org
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN1= recode.1
|
||||
|
||||
|
@ -15,7 +15,7 @@ DISTNAME= uudeview-${PORTVERSION}
|
||||
MAINTAINER= hoek@FreeBSD.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN3= uulib.3
|
||||
|
||||
|
@ -17,7 +17,7 @@ Y2K= http://www.sleepycat.com/faq.html#A8
|
||||
MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
|
@ -17,7 +17,7 @@ Y2K= http://www.sleepycat.com/faq.html#A8
|
||||
MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
|
@ -17,7 +17,7 @@ Y2K= http://www.sleepycat.com/faq.html#A8
|
||||
MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
|
@ -17,7 +17,7 @@ Y2K= http://www.sleepycat.com/faq.html#A8
|
||||
MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
|
@ -17,7 +17,7 @@ Y2K= http://www.sleepycat.com/faq.html#A8
|
||||
MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
|
@ -17,7 +17,7 @@ Y2K= http://www.sleepycat.com/faq.html#A8
|
||||
MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
|
@ -17,7 +17,7 @@ Y2K= http://www.sleepycat.com/faq.html#A8
|
||||
MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
|
@ -17,7 +17,7 @@ Y2K= http://www.sleepycat.com/faq.html#A8
|
||||
MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
|
@ -17,7 +17,7 @@ Y2K= http://www.sleepycat.com/faq.html#A8
|
||||
MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
|
@ -17,7 +17,7 @@ Y2K= http://www.sleepycat.com/faq.html#A8
|
||||
MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
|
@ -17,7 +17,7 @@ Y2K= http://www.sleepycat.com/faq.html#A8
|
||||
MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
|
@ -17,7 +17,7 @@ Y2K= http://www.sleepycat.com/faq.html#A8
|
||||
MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
|
@ -16,7 +16,7 @@ MAINTAINER= midom@dammit.lt
|
||||
WRKSRC= ${WRKDIR}/freetds
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--with-tdsver=7.0 \
|
||||
--enable-dbmfix
|
||||
|
@ -16,7 +16,7 @@ MAINTAINER= midom@dammit.lt
|
||||
WRKSRC= ${WRKDIR}/freetds
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--with-tdsver=7.0 \
|
||||
--enable-dbmfix
|
||||
|
@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= gdbm
|
||||
MAINTAINER= bjn@visi.com
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN3= gdbm.3
|
||||
|
||||
|
@ -15,7 +15,7 @@ MAINTAINER= rcarter@pinyon.org
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/builds
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
LIBTOOLFILES= ../unix/aclocal.m4
|
||||
CONFIGURE_SCRIPT= ../unix/configure
|
||||
MAKE_ARGS= CXXFLAGS="-Dq4_STD ${CFLAGS}"
|
||||
|
@ -16,7 +16,7 @@ USE_PERL5= yes
|
||||
MAKE_ENV+= PERL=${PERL}
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ARGS= --enable-shared=yes
|
||||
CONFIGURE_ENV= PERL=${PERL}
|
||||
|
||||
|
@ -16,7 +16,7 @@ USE_PERL5= yes
|
||||
MAKE_ENV+= PERL=${PERL}
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ARGS= --enable-shared=yes
|
||||
CONFIGURE_ENV= PERL=${PERL}
|
||||
|
||||
|
@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN3=d_close.3 d_crget.3 d_crread.3 d_crset.3 d_dbdpath.3 d_dbfpath.3 \
|
||||
d_dbget.3 d_dbset.3 d_delete.3 d_fillnew.3 d_getsequence.3 d_keyfind.3 \
|
||||
|
@ -14,7 +14,7 @@ MASTER_SITES= http://www.unixodbc.org/
|
||||
MAINTAINER= nsayer@FreeBSD.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
.if defined(WITH_X)
|
||||
USE_XLIB= yes
|
||||
CONFIGURE_ARGS+=--enable-gui
|
||||
|
@ -19,7 +19,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
USE_BZIP2= yes
|
||||
USE_QT2= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
|
||||
--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
|
@ -14,7 +14,7 @@ DISTNAME= OB-${PORTVERSION}
|
||||
MAINTAINER= ejc@bazzle.com
|
||||
|
||||
USE_XLIB= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
HAS_CONFIGURE= yes
|
||||
USE_NEWGCC= yes
|
||||
CONFIGURE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
|
||||
|
@ -20,7 +20,7 @@ GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
LIBTOOLFILES= configure libIDL/configure popt/configure
|
||||
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}"
|
||||
CONFIGURE_ARGS= --disable-indent
|
||||
|
@ -20,7 +20,7 @@ GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
LIBTOOLFILES= configure libIDL/configure popt/configure
|
||||
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}"
|
||||
CONFIGURE_ARGS= --disable-indent
|
||||
|
@ -21,12 +21,12 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \
|
||||
${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82
|
||||
|
||||
USE_PERL5= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
WRKSRC= ${WRKDIR}/SWIG${PORTVERSION}
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.2/ \
|
||||
--with-tcllib=${PREFIX}/lib/tcl8.2/
|
||||
ALL_TARGET= swig runtime
|
||||
PLIST_SUB+= VER="1.3"
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -21,12 +21,12 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \
|
||||
${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82
|
||||
|
||||
USE_PERL5= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
WRKSRC= ${WRKDIR}/SWIG${PORTVERSION}
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.2/ \
|
||||
--with-tcllib=${PREFIX}/lib/tcl8.2/
|
||||
ALL_TARGET= swig runtime
|
||||
PLIST_SUB+= VER="1.3"
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -14,7 +14,7 @@ EXTRACT_SUFX= .tar.Z
|
||||
MAINTAINER= bovynf@awe.be
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
WRKSRC= $(WRKDIR)/amulet
|
||||
MAKE_ENV= AMULET_DIR=$(WRKSRC) AMULET_VARS_FILE=Makefile.vars.gcc.FreeBSD
|
||||
|
||||
|
@ -25,7 +25,7 @@ USE_X_PREFIX= yes
|
||||
USE_PERL5= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
LIBTOOLFILES= configure libefs/configure
|
||||
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
||||
--datadir=${PREFIX}/share/gnome
|
||||
|
@ -17,7 +17,7 @@ MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PKGNAME}
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
ALL_TARGET= default
|
||||
|
||||
MAN3= cdk_alphalist.3 cdk_binding.3 cdk_buttonbox.3 cdk_calendar.3 cdk_cdk.3 \
|
||||
|
@ -16,7 +16,7 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/libfcrc.so.1 ${PREFIX}/lib
|
||||
|
@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.styx.net/projects/flux/
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
post-install:
|
||||
|
@ -15,7 +15,7 @@ DISTNAME= libiberty-${PORTVERSION}
|
||||
|
||||
MAINTAINER= howardjp@wam.umd.edu
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/libiberty.a ${PREFIX}/lib
|
||||
|
@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= gettext
|
||||
MAINTAINER= reg@FreeBSD.org
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
PLIST_SUB= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}
|
||||
|
||||
|
@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= gettext
|
||||
MAINTAINER= reg@FreeBSD.org
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
PLIST_SUB= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}
|
||||
|
||||
|
@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= gettext
|
||||
MAINTAINER= reg@FreeBSD.org
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
PLIST_SUB= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}
|
||||
|
||||
|
@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
LIBTOOLFLAGS= --disable-ltlibs --release-suffix
|
||||
CONFIGURE_ARGS= --includedir=${PREFIX}/include/glib12
|
||||
|
||||
|
@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
LIBTOOLFLAGS= --disable-ltlibs --release-suffix
|
||||
CONFIGURE_ARGS= --includedir=${PREFIX}/include/glib12
|
||||
|
||||
|
@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
LIBTOOLFLAGS= --disable-ltlibs --release-suffix
|
||||
CONFIGURE_ARGS= --includedir=${PREFIX}/include/glib12
|
||||
|
||||
|
@ -15,7 +15,7 @@ DISTNAME= libPropList-${PORTVERSION}
|
||||
MAINTAINER= sobomax@FreeBSD.org
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_AUTOCONF= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -12,7 +12,7 @@ MASTER_SITES= http://flo.mech.eng.usyd.edu.au/~norris/src/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
pre-build:
|
||||
${CP} ${FILESDIR}/makefile.lib ${WRKSRC}/Makefile
|
||||
|
@ -12,7 +12,7 @@ MASTER_SITES= http://www.afro-productions.com/
|
||||
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--enable-shared
|
||||
WRKSRC= ${WRKDIR}/libcache
|
||||
|
@ -14,7 +14,7 @@ DISTFILES= malloc-2.6.5.c
|
||||
MAINTAINER= roberto@FreeBSD.org
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
do-extract:
|
||||
@${RM} -rf ${WRKDIR}
|
||||
|
@ -13,7 +13,7 @@ MASTER_SITES= ftp://sourceware.cygnus.com/pub/libffi/
|
||||
MAINTAINER= horance@freedom.ie.cycu.edu.tw
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_TARGET= # empty
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -13,7 +13,7 @@ MASTER_SITES= ftp://sourceware.cygnus.com/pub/libffi/
|
||||
MAINTAINER= horance@freedom.ie.cycu.edu.tw
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_TARGET= # empty
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -17,6 +17,6 @@ MAN3= getline.3
|
||||
|
||||
WRKSRC= ${WRKDIR}/getline-39
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -14,7 +14,7 @@ MAINTAINER= mwest@uct.ac.za
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_XLIB= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
# NOTE: We can not define USE_LIBTOOL for this port to build.
|
||||
#USE_LIBTOOL= yes
|
||||
|
@ -21,7 +21,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
USE_PERL5= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
@ -21,7 +21,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
USE_PERL5= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/obrien/
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
do-install:
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/getopt.h ${PREFIX}/include
|
||||
|
@ -21,7 +21,7 @@ GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||
USE_PERL5= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GLIB_CONFIG="${GLIB_CONFIG}" \
|
||||
|
@ -21,7 +21,7 @@ GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||
USE_PERL5= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GLIB_CONFIG="${GLIB_CONFIG}" \
|
||||
|
@ -14,7 +14,7 @@ DISTNAME= malloc-${PORTVERSION}
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -13,7 +13,7 @@ MASTER_SITES= http://www.balabit.hu/downloads/libol/0.2/
|
||||
MAINTAINER= vince@blue-box.net
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -14,7 +14,7 @@ DISTNAME= shhmsg-${PORTVERSION}
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -14,7 +14,7 @@ DISTNAME= shhopt-${PORTVERSION}
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -15,7 +15,7 @@ MAINTAINER= JoeLu@JoeLu.m8.ntu.edu.tw
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_NEWGCC= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -15,7 +15,7 @@ MAINTAINER= JoeLu@JoeLu.m8.ntu.edu.tw
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_NEWGCC= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -15,7 +15,7 @@ MAINTAINER= JoeLu@JoeLu.m8.ntu.edu.tw
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_NEWGCC= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -15,7 +15,7 @@ MAINTAINER= xaa+ports@timewasters.nl
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
#WRKSRC= ${WRKDIR}/slang
|
||||
|
||||
ALL_TARGET= all elf
|
||||
|
@ -14,7 +14,7 @@ DISTNAME= xalloc-${PORTVERSION}
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -14,6 +14,6 @@ MAINTAINER= coda@cs.cmu.edu
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -19,7 +19,7 @@ MICOVER= `${ECHO} ${DISTNAME} | ${SED} 's/mico-//'`
|
||||
|
||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_NEWGCC= yes
|
||||
|
||||
.if defined(QT2)
|
||||
|
@ -13,7 +13,7 @@ MASTER_SITES= http://www.engelschall.com/sw/mm/ \
|
||||
|
||||
MAINTAINER= rse@engelschall.com
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= mm-config.1
|
||||
|
@ -25,7 +25,7 @@ BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/misc/rpm \
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
WRKSRC= ${WRKDIR}/newt-0.50
|
||||
VERSION= 0
|
||||
MAKE_ENV+= prefix=${PREFIX} VERSION=${VERSION} CC=${CC} PCFLAGS="${CFLAGS}"
|
||||
|
@ -23,7 +23,7 @@ GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
||||
--datadir=${PREFIX}/share/gnome \
|
||||
--enable-static --enable-shared
|
||||
|
@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
||||
|
||||
USE_NEWGCC= yes
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
MAKEFILE= GNUmakefile
|
||||
ALL_TARGET= export
|
||||
MAKE_ENV= CDEBUGFLAGS="${CFLAGS}" CXXDEBUGFLAGS="${CXXFLAGS}" \
|
||||
|
@ -15,7 +15,7 @@ MAINTAINER= ycheng@sinica.edu.tw
|
||||
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
@ -16,7 +16,7 @@ MAINTAINER= rse@engelschall.com
|
||||
NO_LATEST_LINK= yes
|
||||
NO_CDROM= yes
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--enable-pthread \
|
||||
|
@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= pth
|
||||
|
||||
MAINTAINER= rse@engelschall.com
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--enable-pthread \
|
||||
|
@ -16,6 +16,6 @@ LIB_DEPENDS= lwp.1:${PORTSDIR}/devel/lwp
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -16,6 +16,6 @@ LIB_DEPENDS= lwp.1:${PORTSDIR}/devel/lwp
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -21,7 +21,7 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_XLIB= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ENV= NASM="${LOCALBASE}/bin/nasm" \
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user