Index: head/audio/akode-plugins-jack/Makefile =================================================================== --- head/audio/akode-plugins-jack/Makefile (revision 200766) +++ head/audio/akode-plugins-jack/Makefile (revision 200767) @@ -1,57 +1,57 @@ # New ports collection makefile for: mpeglib_artsplug # Date created: July 09 2004 # Whom: Michael Nottebrock # # $FreeBSD$ # PORTNAME= akode-plugins-${PORTNAMESUFX} PORTVERSION= 2.0.1 PORTEPOCH= 1 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR=distfiles DISTNAME= 30375-akode-${PORTVERSION}.tar.bz2 EXTRACT_SUFX= # none MAINTAINER= kde@FreeBSD.org COMMENT= Jack output plugin for akode LIB_DEPENDS= jack:${PORTSDIR}/audio/jack CONFLICTS= kdemultimedia-3.[1-3]* PLUGIN= jack_sink PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_decoder//:S/src_//} USE_AUTOTOOLS= libltdl USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GMAKE= yes WRKSRC= ${WRKDIR}/akode-${PORTVERSION} USE_LDCONFIG= yes CONFIGURE_ENV+= LDFLAGS=-L${WRKSRC}/akode/lib/.libs CONFIGURE_ARGS+=--with-extra-libs=${LOCALBASE}/lib \ --with-extra-includes=${LOCALBASE}/include .include -.if (${OSVERSION} > 500000 ) && (${OSVERSION} < 502102 ) +.if (${OSVERSION} < 502102 ) IGNORE= Jack not available .endif post-patch: @${SETENV} TZ=UTC \ ${TOUCH} -t 200607222217.01 ${WRKSRC}/akode/lib/akode_export.h.in pre-configure: @${REINPLACE_CMD} -e 's@%%SUBDIRS%%@${PLUGIN}@g' ${WRKSRC}/akode/plugins/Makefile.in do-build: cd ${WRKSRC}/akode && ${GMAKE} do-install: cd ${WRKSRC}/akode/plugins/${PLUGIN} && ${GMAKE} install .include Property changes on: head/audio/akode-plugins-jack/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/audio/xmms-quix3dn/Makefile =================================================================== --- head/audio/xmms-quix3dn/Makefile (revision 200766) +++ head/audio/xmms-quix3dn/Makefile (revision 200767) @@ -1,36 +1,31 @@ # New ports collection makefile for: xmms-quix3dn # Date created: 23 December 2000 # Whom: alex # # $FreeBSD$ # PORTNAME= xmms-quix3dn PORTVERSION= 4.4.1 PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= alex DISTNAME= quix3dn-${PORTVERSION}-freebsd MAINTAINER= ports@FreeBSD.org COMMENT= A 3D-sound effect plugin for XMMS +LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_FILES= lib/xmms/Effect/libquix3dn.so ONLY_FOR_ARCHS= i386 -.include - -.if ${OSVERSION} >= 500000 -LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x -.endif - do-install: ${INSTALL_DATA} ${WRKSRC}/libquix3dn.so ${PREFIX}/lib/xmms/Effect/ -.include +.include Property changes on: head/audio/xmms-quix3dn/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/biology/blast/Makefile =================================================================== --- head/biology/blast/Makefile (revision 200766) +++ head/biology/blast/Makefile (revision 200767) @@ -1,91 +1,91 @@ # ex:ts=8 # New ports collection makefile for: WU BLAST # Date created: 27 May 2004 # Whom: Fernan Aguero # # $FreeBSD$ # PORTNAME= wu-blast PORTVERSION= 2.0 PORTREVISION= 20060322 # YYYYMMDD CATEGORIES= biology MASTER_SITES= # EXTRACT_SUFX= .tar.Z MAINTAINER= fernan@iib.unsam.edu.ar COMMENT= WU BLAST, a software package for sequence similarity searches # Distfiles change rapidly, but since they can only be downloaded from # the author, this is not a problem. IGNOREFILES= ${DISTFILES} RESTRICTED= License does not allow redistribution of binaries. You should first register for the software, which is free for academic use. ONLY_FOR_ARCHS= i386 amd64 NO_BUILD= yes DOWNLOAD_URL= http://blast.wustl.edu/licensing NO_WRKSUBDIR= yes PKGMESSAGE= ${WRKDIR}/pkg-message PORTDOCS= COPYRIGHT FAQ-Indexing.html HISTORY LICENSE Memory.html \ README.html parameters.html tabular.html BINS= blasta gb2fasta gt2fasta memfile nrdb pam patdb \ pir2fasta sp2fasta xdformat xdget SCRIPTS= wu-blastall wu-formatdb BLASTA_LINKS= blastn blastp blastx tblastn tblastx XDFORMAT_LINKS= setdb pressdb .include .if ${ARCH} == amd64 .if ${OSVERSION} >= 600000 DISTNAME= blast${PORTVERSION:S/.0//}.freebsd-6.x-x64 .else DISTNAME= blast${PORTVERSION:S/.0//}.freebsd-5.x-x64 .endif .else -.if ${OSVERSION} >= 50000 && ${OSVERSION} < 600000 +.if ${OSVERSION} < 600000 DISTNAME= blast${PORTVERSION:S/.0//}.freebsd-5.x-i686 .else DISTNAME= blast${PORTVERSION:S/.0//}.freebsd-6.x-i686 .endif .endif .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE= You must manually fetch ${PORTNAME}${PORTVERSION:S/.0//} for the FreeBSD platform (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again .endif post-patch: @${SED} -e 's,%%DATADIR%%,${DATADIR},g' < ${FILESDIR}/pkg-message.in > ${PKGMESSAGE} do-install: .for bin in ${BINS} ${INSTALL_PROGRAM} ${WRKSRC}/${bin} ${PREFIX}/bin .endfor .for script in ${SCRIPTS} ${INSTALL_SCRIPT} ${WRKSRC}/${script} ${PREFIX}/bin .endfor ${CHMOD} a-rw,a+x ${PREFIX}/bin/blasta .for blink in ${BLASTA_LINKS} @(cd ${PREFIX}/bin && ${LN} -s blasta ${blink}) .endfor .for xlink in ${XDFORMAT_LINKS} @(cd ${PREFIX}/bin && ${LN} -s xdformat ${xlink}) .endfor .if !defined (NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for doc in ${PORTDOCS} ${INSTALL_MAN} ${WRKSRC}/${doc} ${DOCSDIR} .endfor .endif ${MKDIR} ${DATADIR} ${CP} -R ${WRKSRC}/matrix ${DATADIR} ${CP} -R ${WRKSRC}/filter ${DATADIR} ${CP} ${WRKSRC}/sysblast.sample ${DATADIR} post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/biology/blast/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/cad/geda-gattrib/Makefile =================================================================== --- head/cad/geda-gattrib/Makefile (revision 200766) +++ head/cad/geda-gattrib/Makefile (revision 200767) @@ -1,43 +1,37 @@ # New ports collection makefile for: geda-gattrib # Date created: 26 June 2006 # Whom: Stanislav Sedov # # $FreeBSD$ # PORTNAME= gattrib PORTVERSION= 20070216 PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PORTVERSION}/ \ http://geda.seul.org/devel/${PORTVERSION}/ PKGNAMEPREFIX= geda- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= stas@FreeBSD.org COMMENT= The gEDA's attribute editor RUN_DEPENDS= ${LOCALBASE}/share/geda/sym:${PORTSDIR}/cad/geda-symbols LIB_DEPENDS= geda.28:${PORTSDIR}/cad/libgeda DATADIR= ${PREFIX}/share/geda DOCSDIR= ${PREFIX}/share/doc/geda GNU_CONFIGURE= yes USE_GNOME= gtk20 CONFIGURE_ARGS= --with-docdir=${DOCSDIR} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -.include - -.if ${OSVERSION} < 500000 -BROKEN= does not compile on 4.x -.endif - post-patch: @${REINPLACE_CMD} -E \ -e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \ ${WRKSRC}/configure -.include +.include Property changes on: head/cad/geda-gattrib/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/cad/geda-gschem/Makefile =================================================================== --- head/cad/geda-gschem/Makefile (revision 200766) +++ head/cad/geda-gschem/Makefile (revision 200767) @@ -1,53 +1,47 @@ # New ports collection makefile for: geda # Date created: 4 April 2001 # Whom: bruno schwander # # $FreeBSD$ # PORTNAME= gschem PORTVERSION= 20070216 PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PORTVERSION}/ \ http://geda.seul.org/devel/${PORTVERSION}/ PKGNAMEPREFIX= geda- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= stas@FreeBSD.org COMMENT= The gEDA's electronic schematic capture tool RUN_DEPENDS= ${LOCALBASE}/share/geda/sym:${PORTSDIR}/cad/geda-symbols LIB_DEPENDS= geda.28:${PORTSDIR}/cad/libgeda DOCSDIR= ${PREFIX}/share/doc/geda DATADIR= ${PREFIX}/share/geda GNU_CONFIGURE= yes USE_GNOME= gtk20 CONFIGURE_ARGS= --enable-gdgeda --with-docdir=${DOCSDIR} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= gschem.1 .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif -.include - -.if ${OSVERSION} < 500000 -BROKEN= does not compile on 4.x -.endif - post-patch: @${REINPLACE_CMD} -E \ -e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \ ${WRKSRC}/configure -.include +.include Property changes on: head/cad/geda-gschem/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/cad/geda-netlist/Makefile =================================================================== --- head/cad/geda-netlist/Makefile (revision 200766) +++ head/cad/geda-netlist/Makefile (revision 200767) @@ -1,45 +1,39 @@ # New ports collection makefile for: gnetlist # Date created: 4 April 2001 # Whom: bruno schwander # # $FreeBSD$ # PORTNAME= netlist PORTVERSION= 20070216 PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PORTVERSION}/ \ http://geda.seul.org/devel/${PORTVERSION}/ PKGNAMEPREFIX= geda- DISTNAME= ${PKGNAMEPREFIX}g${PORTNAME}-${PORTVERSION} MAINTAINER= stas@FreeBSD.org COMMENT= The gEDA's netlister LIB_DEPENDS= geda.28:${PORTSDIR}/cad/libgeda RUN_DEPENDS= ${LOCALBASE}/share/geda/sym:${PORTSDIR}/cad/geda-symbols DATADIR= ${PREFIX}/share/geda DOCSDIR= ${PREFIX}/share/doc/geda GNU_CONFIGURE= yes USE_GNOME= gtk20 CONFIGURE_ARGS= --with-docdir=${DOCSDIR} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= gnetlist.1 -.include - -.if ${OSVERSION} < 500000 -BROKEN= does not compile on 4.x -.endif - post-patch: @${REINPLACE_CMD} -E \ -e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \ ${WRKSRC}/configure -.include +.include Property changes on: head/cad/geda-netlist/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property Index: head/cad/geda-symcheck/Makefile =================================================================== --- head/cad/geda-symcheck/Makefile (revision 200766) +++ head/cad/geda-symcheck/Makefile (revision 200767) @@ -1,45 +1,39 @@ # New ports collection makefile for: geda # Date created: 4 April 2001 # Whom: bruno schwander # # $FreeBSD$ # PORTNAME= symcheck PORTVERSION= 20070216 PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PORTVERSION}/ \ http://geda.seul.org/devel/${PORTVERSION}/ PKGNAMEPREFIX= geda- DISTNAME= ${PKGNAMEPREFIX}g${PORTNAME}-${PORTVERSION} MAINTAINER= stas@FreeBSD.org COMMENT= The gEDA's symbol checking utility RUN_DEPENDS= ${LOCALBASE}/share/geda/sym:${PORTSDIR}/cad/geda-symbols LIB_DEPENDS= geda.28:${PORTSDIR}/cad/libgeda DOCSDIR= ${PREFIX}/share/doc/geda DATADIR= ${PREFIX}/share/geda GNU_CONFIGURE= yes USE_GNOME= gtk20 CONFIGURE_ARGS= --with-docdir=${DOCSDIR} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= gsymcheck.1 -.include - -.if ${OSVERSION} < 500000 -BROKEN= does not compile on 4.x -.endif - post-patch: @${REINPLACE_CMD} -E \ -e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \ ${WRKSRC}/configure -.include +.include Property changes on: head/cad/geda-symcheck/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/cad/geda-utils/Makefile =================================================================== --- head/cad/geda-utils/Makefile (revision 200766) +++ head/cad/geda-utils/Makefile (revision 200767) @@ -1,46 +1,40 @@ # New ports collection makefile for: geda # Date created: 4 April 2001 # Whom: bruno schwander # # $FreeBSD$ # PORTNAME= utils PORTVERSION= 20070216 PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PORTVERSION}/ \ http://geda.seul.org/devel/${PORTVERSION}/ PKGNAMEPREFIX= geda- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= stas@FreeBSD.org COMMENT= The gEDA's utilities RUN_DEPENDS= ${LOCALBASE}/share/geda/sym:${PORTSDIR}/cad/geda-symbols LIB_DEPENDS= geda.28:${PORTSDIR}/cad/libgeda DOCSDIR= ${PREFIX}/share/doc/geda DATADIR= ${PREFIX}/share/geda GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gtk20 CONFIGURE_ARGS= --with-docdir=${DOCSDIR} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= grenum.1 -.include - -.if ${OSVERSION} < 500000 -BROKEN= does not compile on 4.x -.endif - post-patch: @${REINPLACE_CMD} -E \ -e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \ ${WRKSRC}/configure -.include +.include Property changes on: head/cad/geda-utils/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/cad/gtkwave/Makefile =================================================================== --- head/cad/gtkwave/Makefile (revision 200766) +++ head/cad/gtkwave/Makefile (revision 200767) @@ -1,50 +1,44 @@ # ex:ts=8 # Ports collection makefile for: gtkwave # Date created: May 10, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= gtkwave PORTVERSION= 2.0.0.p5 PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= cad MASTER_SITES= ftp://ftp.cs.man.ac.uk/pub/amulet/gtkwave/2.0/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/} MAINTAINER= stas@FreeBSD.org COMMENT= Electronic Waveform Viewer LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 USE_AUTOTOOLS= libtool:15 USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes LDCONFIG_DIRS= ${PREFIX}/lib/gtkwave -.include - -.if ( ${OSVERSION} < 500000 ) -USE_GCC= 3.4 -.endif - DOCS= doc/*.html doc/*.png doc/*.ps EXAMPLES= examples/*.gz examples/*.vcd post-patch: @${GREP} -lR "heapsort" ${WRKSRC}/src | ${XARGS} \ ${REINPLACE_CMD} -e "s/heapsort/hsort/g" post-install: @${MKDIR} ${EXAMPLESDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif -.include +.include Property changes on: head/cad/gtkwave/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property Index: head/cad/qcad/Makefile =================================================================== --- head/cad/qcad/Makefile (revision 200766) +++ head/cad/qcad/Makefile (revision 200767) @@ -1,83 +1,77 @@ # New ports collection makefile for: qcad # Date created: 10 Dec 1999 # Whom: Thomas Gellekum # # $FreeBSD$ # PORTNAME= qcad PORTVERSION= 2.0.5.0.1 PORTREVISION= 1 #PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://www.ribbonsoft.com/archives/qcad/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1$/-1/}-community.src MAINTAINER= mr@FreeBSD.org COMMENT= Professional CAD system BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ qmake:${PORTSDIR}/devel/qmake WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.1$/-1/}-community.src QTDIR?= ${QT_PREFIX} USE_X_PREFIX= yes USE_QT_VER= 3 USE_GMAKE= yes PLIST= ${WRKDIR}/pkg-plist MAKE_ENV= QTDIR="${QTDIR}" MAKE="${GMAKE}" \ QMAKESPEC="${LOCALBASE}/share/qt/mkspecs/freebsd-g++" .include .if ${ARCH} == "alpha" CFLAGS+= -O0 .endif -post-patch: -.if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e 's|streambuf<|streambuf\.h<|g' \ - ${WRKSRC}/qcadguiqt/src/ui/qg_commandwidget.ui -.endif - do-build: cd ${WRKSRC}/scripts && ${SETENV} ${MAKE_ENV} bash ./build_qcad.sh notrans pre-install: @${ECHO_CMD} bin/qcad > ${PLIST} .for dir in data fonts patterns qm scripts @${FIND} ${WRKSRC}/qcad/${dir} -type f | \ ${SED} -e "s:^${WRKSRC}/:share/:g" >> ${PLIST} .endfor @${FIND} ${WRKSRC}/qcad/doc -type f | \ ${SED} -e "s:^${WRKSRC}/qcad/doc/:%%PORTDOCS%%share/doc/qcad/:g" >> \ ${PLIST} @${FIND} -d ${WRKSRC}/qcad/doc -type d | \ ${SED} -e "s:^${WRKSRC}/qcad/doc:%%PORTDOCS%%@dirrm share/doc/qcad:g" \ >> ${PLIST} .for dir in scripts qm patterns fonts data @${FIND} -d ${WRKSRC}/qcad/${dir} -type d | \ ${SED} -e "s:^${WRKSRC}/qcad/${dir}:@dirrm share/qcad/${dir}:g" >> \ ${PLIST} .endfor @${ECHO_CMD} '@dirrm share/qcad' >> ${PLIST} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/qcad/qcad ${PREFIX}/bin/qcad @${MKDIR} ${DATADIR} .for dir in data fonts patterns qm scripts ${TAR} -C ${WRKSRC}/qcad --exclude CVS -cf - ${dir} | \ ${TAR} -C ${DATADIR} --unlink -xf - .endfor .if !defined(NOPORTDOCS) @${ECHO_CMD} ${DOCSDIR} @${MKDIR} ${DOCSDIR} .for dir in doc ${TAR} -C ${WRKSRC}/qcad/${dir} --exclude CVS -cf - . | \ ${TAR} -C ${DOCSDIR} --unlink -xf - .endfor .endif .include Property changes on: head/cad/qcad/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.48 \ No newline at end of property +1.49 \ No newline at end of property Index: head/chinese/BBMan/Makefile =================================================================== --- head/chinese/BBMan/Makefile (revision 200766) +++ head/chinese/BBMan/Makefile (revision 200767) @@ -1,42 +1,39 @@ # New ports collection makefile for: zh-BBMan # Date created: 24 July 2004 # Whom: Shen Chuan-Hsing # # $FreeBSD$ # PORTNAME= BBMan PORTVERSION= 1.7.7.5 PORTREVISION= 4 CATEGORIES= chinese net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:L} DISTNAME= ${PORTNAME}-src-v${PORTVERSION:S,.,-,g} MAINTAINER= ports@FreeBSD.org COMMENT= BBMan is a BBS client for X Window System WRKSRC= ${WRKDIR}/${PORTNAME} USE_X_PREFIX= yes USE_ZIP= yes USE_WX= 2.4 +USE_GCC= 3.3 PLIST_FILES= bin/BBMan .include - -.if ${OSVERSION} >= 500000 -USE_GCC= 3.3 -.endif .if ${ARCH} == ia64 BROKEN= Hard-codes reference to libc_r .endif do-build: cd ${WRKSRC} && ${CXX} main.cpp `${WX_CONFIG} --libs --cxxflags` -I${LOCALBASE}/include ${CFLAGS} -o BBMan do-install: ${INSTALL_PROGRAM} ${WRKSRC}/BBMan ${PREFIX}/bin/BBMan .include Property changes on: head/chinese/BBMan/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property