1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Remove all space characters from Makefile assignments.

No functional changes included.

CR:		D193 (except math/sedumi)
Approved by:	portmgr (bapt)
This commit is contained in:
Jimmy Olgeni 2014-06-08 19:51:27 +00:00
parent 0f9366f954
commit 55dc0f983a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357070
101 changed files with 271 additions and 270 deletions

View File

@ -5,7 +5,7 @@ PORTNAME= pylast
PORTVERSION= 0.5.11 PORTVERSION= 0.5.11
CATEGORIES= audio python CATEGORIES= audio python
MASTER_SITES= CHEESESHOP MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= feld@FreeBSD.org MAINTAINER= feld@FreeBSD.org
COMMENT= A Python interface to Last.fm COMMENT= A Python interface to Last.fm

View File

@ -3,7 +3,7 @@
PORTNAME= sphinxbase PORTNAME= sphinxbase
PORTVERSION= 0.8 PORTVERSION= 0.8
PORTREVISION= 1 PORTREVISION= 1
CATEGORIES= audio accessibility CATEGORIES= audio accessibility
MASTER_SITES= SF/cmusphinx/${PORTNAME}/${PORTVERSION} MASTER_SITES= SF/cmusphinx/${PORTNAME}/${PORTVERSION}

View File

@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.sanger.ac.uk/pub4/resources/software/seqtools/PRODUCTION
MAINTAINER= pi@FreeBSD.org MAINTAINER= pi@FreeBSD.org
COMMENT= Tools for visualising sequence alignments COMMENT= Tools for visualising sequence alignments
LICENSE= GPLv3 LICENSE= GPLv3
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ libexecinfo.so:${PORTSDIR}/devel/libexecinfo \

View File

@ -28,7 +28,7 @@ WRKSRC= ${WRKDIR}/BrickUtils-${PORTVERSION}
USE_GNOME= pygtk2 USE_GNOME= pygtk2
USE_PYTHON= yes USE_PYTHON= yes
PORTDOCS= * PORTDOCS= *
DOCSRCDIR1= ${WRKSRC} DOCSRCDIR1= ${WRKSRC}
DOC_FILES1= ChangeLog DOC_FILES1= ChangeLog
@ -43,7 +43,7 @@ ICON_SIZES= 32x32 48x48 64x64 72x72 96x96 128x128
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS} .if ${PORT_OPTIONS:MDOCS}
DISTFILES+= ${PORTNAME}-manual-it.pdf:docs \ DISTFILES+= ${PORTNAME}-manual-it.pdf:docs \
${PORTNAME}-manual.pdf:docs ${PORTNAME}-manual.pdf:docs
.endif .endif

View File

@ -1,13 +1,13 @@
# Created by: Michael Reifenberger <mr@FreeBSD.org> # Created by: Michael Reifenberger <mr@FreeBSD.org>
# $FreeBSD$ # $FreeBSD$
PORTNAME= kicad PORTNAME= kicad
DISTVERSION= r${BZR_SRC_REV} DISTVERSION= r${BZR_SRC_REV}
PORTREVISION= 6 PORTREVISION= 6
CATEGORIES= cad CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= mr MASTER_SITE_SUBDIR= mr
PKGNAMESUFFIX= -devel PKGNAMESUFFIX= -devel
DIST_SUBDIR= ${PORTNAME} DIST_SUBDIR= ${PORTNAME}
MAINTAINER= mr@FreeBSD.org MAINTAINER= mr@FreeBSD.org
@ -19,7 +19,7 @@ BUILD_DEPENDS= wxgtk2-2.8-config:${PORTSDIR}/x11-toolkits/wxgtk28 \
LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs
CONFLICTS= kicad-2013* CONFLICTS= kicad-2013*
DOCVERSION= 1.1 DOCVERSION= 1.1
LIBVERSION= 1.0 LIBVERSION= 1.0
@ -28,7 +28,7 @@ USE_GL= glew glu
USE_WX= 2.8 USE_WX= 2.8
WX_UNICODE= yes WX_UNICODE= yes
USE_GNOME= atk # Required by libwx_gtk2_aui-2.8.so USE_GNOME= atk # Required by libwx_gtk2_aui-2.8.so
USE_PYTHON= yes USE_PYTHON= yes
PLIST_SUB= OPSYS=${OPSYS} \ PLIST_SUB= OPSYS=${OPSYS} \
DESKTOPDIR=${DESKTOPDIR:S|^${PREFIX}/||} DESKTOPDIR=${DESKTOPDIR:S|^${PREFIX}/||}
@ -52,10 +52,10 @@ RUN_DEPENDS+= xpdf:${PORTSDIR}/graphics/xpdf
.endif .endif
.if defined(BOOTSTRAP) .if defined(BOOTSTRAP)
BOOST_RELEASE= 1.54.0 BOOST_RELEASE= 1.54.0
BOOST_VERS= ${BOOST_RELEASE:S|.|_|g} BOOST_VERS= ${BOOST_RELEASE:S|.|_|g}
BZR_SRC_REV!= bzr revno lp:kicad BZR_SRC_REV!= bzr revno lp:kicad
BZR_DOC_REV!= bzr revno lp:~kicad-developers/kicad/doc BZR_DOC_REV!= bzr revno lp:~kicad-developers/kicad/doc
.else .else
.include "Makefile.bzr_rev" .include "Makefile.bzr_rev"
.endif .endif
@ -67,8 +67,8 @@ BZR_DOC_REV!= bzr revno lp:~kicad-developers/kicad/doc
# make makesum && make && make makeplist # make makesum && make && make makeplist
# < Check PLIST_FILE_LIST below > # < Check PLIST_FILE_LIST below >
FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion
FETCH_DEPENDS+= bzr:${PORTSDIR}/devel/bzr FETCH_DEPENDS+= bzr:${PORTSDIR}/devel/bzr
showversions: showversions:
@${ECHO} "BOOST_RELEASE: ${BOOST_RELEASE}" @${ECHO} "BOOST_RELEASE: ${BOOST_RELEASE}"

View File

@ -27,7 +27,7 @@ CONFIGURE_ENV+= INSTALL_DATA="${BSD_INSTALL_DATA}"
CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib
PORTDOCS= \ PORTDOCS= \
pcb.html pcb.pdf refcard.pdf pad.png puller.png thermal.png \ pcb.html pcb.pdf refcard.pdf pad.png puller.png thermal.png \
examples tutorial gcode.png gcode_control_img.png \ examples tutorial gcode.png gcode_control_img.png \
gcode_tool_path.png gcode_tool_path.png

View File

@ -35,7 +35,7 @@ NO_STAGE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DIST_SUBDIR}/${MSTTF_SIMHEI}) .if !exists(${DISTDIR}/${DIST_SUBDIR}/${MSTTF_SIMHEI})
IGNORE= Because of licensing restrictions, you must copy the three TrueType \ IGNORE= Because of licensing restrictions, you must copy the three TrueType \
fonts from your copy of Microsoft Windows(TM) 2000/XP manually. End \ fonts from your copy of Microsoft Windows(TM) 2000/XP manually. End \
user can use these fonts freely in his/her own computers. Please \ user can use these fonts freely in his/her own computers. Please \
place these fonts in ${DISTDIR}/${DIST_SUBDIR}. \ place these fonts in ${DISTDIR}/${DIST_SUBDIR}. \
@ -53,7 +53,7 @@ IGNORE= Because of licensing restrictions, you must copy the three \
.endif .endif
.if !exists(${DISTDIR}/${DIST_SUBDIR}/${MSTTF_TAHOMA}) .if !exists(${DISTDIR}/${DIST_SUBDIR}/${MSTTF_TAHOMA})
IGNORE= Because of licensing restrictions, you must copy the three \ IGNORE= Because of licensing restrictions, you must copy the three \
TrueType fonts from your copy of Microsoft Windows(TM) \ TrueType fonts from your copy of Microsoft Windows(TM) \
2000/XP manually. End user can use these fonts freely in \ 2000/XP manually. End user can use these fonts freely in \
his/her own computers. Please place these fonts in \ his/her own computers. Please place these fonts in \

View File

@ -1,13 +1,13 @@
# Created by: M.Indlekofer@gmx.de # Created by: M.Indlekofer@gmx.de
# $FreeBSD$ # $FreeBSD$
PORTNAME= asr10 PORTNAME= asr10
PORTVERSION= 1.0 PORTVERSION= 1.0
CATEGORIES= converters CATEGORIES= converters
MASTER_SITES= http://members.tripod.com/kmi9000/files/ MASTER_SITES= http://members.tripod.com/kmi9000/files/
MAINTAINER= M.Indlekofer@gmx.de MAINTAINER= M.Indlekofer@gmx.de
COMMENT= Access to Ensoniq EPS/EPS+/ASR devices and image files COMMENT= Access to Ensoniq EPS/EPS+/ASR devices and image files
do-install: do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/

View File

@ -12,7 +12,7 @@ COMMENT= BibTeX Converter
LICENSE= GPLv3 LICENSE= GPLv3
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USES= gmake USES= gmake
@ -20,8 +20,8 @@ USES= gmake
PLIST_FILES= bin/bibtexconv bin/bibtexconv-odt \ PLIST_FILES= bin/bibtexconv bin/bibtexconv-odt \
man/man1/bibtexconv.1.gz man/man1/bibtexconv-odt.1.gz man/man1/bibtexconv.1.gz man/man1/bibtexconv-odt.1.gz
PORTEXAMPLES= ExampleReferences.bib ODT-Template.odt odt-example.export \ PORTEXAMPLES= ExampleReferences.bib ODT-Template.odt odt-example.export \
web-example.export text-example.export web-example.export text-example.export
OPTIONS_DEFINE= EXAMPLES OPTIONS_DEFINE= EXAMPLES

View File

@ -4,7 +4,8 @@
PORTNAME= luasql PORTNAME= luasql
LUASQL_DRIVER= postgres LUASQL_DRIVER= postgres
MASTERDIR= ${.CURDIR}/../luasql-mysql
MASTERDIR= ${.CURDIR}/../luasql-mysql
NO_STAGE= yes NO_STAGE= yes
.include "${MASTERDIR}/Makefile" .include "${MASTERDIR}/Makefile"

View File

@ -5,7 +5,7 @@ PORTNAME= luasql
LUASQL_DRIVER= sqlite3 LUASQL_DRIVER= sqlite3
MASTERDIR= ${.CURDIR}/../luasql-mysql MASTERDIR= ${.CURDIR}/../luasql-mysql
NO_STAGE= yes NO_STAGE= yes
.include "${MASTERDIR}/Makefile" .include "${MASTERDIR}/Makefile"

View File

@ -3,8 +3,8 @@
PORTNAME= postgresql PORTNAME= postgresql
PORTREVISION= 0 PORTREVISION= 0
PKGNAMESUFFIX?= ${DISTV:S/.//}-docs PKGNAMESUFFIX?= ${DISTV:S/.//}-docs
DISTV= ${DISTVERSION:R} DISTV= ${DISTVERSION:R}
MAINTAINER= pgsql@FreeBSD.org MAINTAINER= pgsql@FreeBSD.org
COMMENT= The PostgreSQL documentation set COMMENT= The PostgreSQL documentation set

View File

@ -10,7 +10,7 @@ MASTER_SITES= http://fjolliton.free.fr/babytrans/
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= GTK+/GNOME front-end for Babylon Translator .dic files COMMENT= GTK+/GNOME front-end for Babylon Translator .dic files
USES= gmake gettext pathfix USES= gmake gettext pathfix
USE_GNOME= gtk12 gnomeprefix USE_GNOME= gtk12 gnomeprefix
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include

View File

@ -5,7 +5,7 @@ PORTNAME= strigi
PORTVERSION= ${STRIGI_VERSION} PORTVERSION= ${STRIGI_VERSION}
PORTREVISION= 2 PORTREVISION= 2
CATEGORIES= deskutils CATEGORIES= deskutils
DISTFILES= # DISTFILES= #
MAINTAINER= kde@FreeBSD.org MAINTAINER= kde@FreeBSD.org
COMMENT= Strigi desktop search (meta port) COMMENT= Strigi desktop search (meta port)

View File

@ -10,9 +10,9 @@ DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= skreuzer@FreeBSD.org MAINTAINER= skreuzer@FreeBSD.org
COMMENT= R package used for string matching, substitution and parsing COMMENT= R package used for string matching, substitution and parsing
LICENSE= GPLv2 LICENSE= GPLv2
RUN_DEPENDS= R-cran-proto>=0.3.9.2_6:${PORTSDIR}/devel/R-cran-proto RUN_DEPENDS= R-cran-proto>=0.3.9.2_6:${PORTSDIR}/devel/R-cran-proto
USES= cran:auto-plist USES= cran:auto-plist

View File

@ -14,7 +14,7 @@ COMMENT= A free (GPL) "data flow oriented" development environment
LIB_DEPENDS= speex.1:${PORTSDIR}/audio/speex \ LIB_DEPENDS= speex.1:${PORTSDIR}/audio/speex \
fftw.2:${PORTSDIR}/math/fftw fftw.2:${PORTSDIR}/math/fftw
USES= pathfix gmake pkgconfig USES= pathfix gmake pkgconfig
USE_GNOME= libgnomeui libxml2 USE_GNOME= libgnomeui libxml2
USE_AUTOTOOLS= libtool USE_AUTOTOOLS= libtool
LIBTOOLFILES= ${CONFIGURE_SCRIPT} FuzzyEngine/configure \ LIBTOOLFILES= ${CONFIGURE_SCRIPT} FuzzyEngine/configure \

View File

@ -43,7 +43,7 @@ pre-everything::
@${ECHO_MSG} '===> Set SRC_BASE to use an alternate source tree' @${ECHO_MSG} '===> Set SRC_BASE to use an alternate source tree'
.if ${OSVERSION} < 1000000 .if ${OSVERSION} < 1000000
IGNORE= doesn't build on < 10.x IGNORE= doesn't build on < 10.x
.endif .endif
.if !exists(${SRC_BASE}/sys/i386/linux/syscalls.master) .if !exists(${SRC_BASE}/sys/i386/linux/syscalls.master)
IGNORE= requires kernel source present in ${SRC_BASE}/sys IGNORE= requires kernel source present in ${SRC_BASE}/sys

View File

@ -43,7 +43,7 @@ BUSPIRATE= Support BusPirate Programmer
STLINK_DESC= Support STLink Programmer STLINK_DESC= Support STLink Programmer
TI_ICDI_DESC= Support TI ICDI JTAG Programmer TI_ICDI_DESC= Support TI ICDI JTAG Programmer
OSBDM_DESC= Support OSBDM Programmer (JTAG only) OSBDM_DESC= Support OSBDM Programmer (JTAG only)
OPENDOUS= Support EStick/OpenDous Programmer OPENDOUS= Support EStick/OpenDous Programmer
SYSFSGPIO= Support Programming via sysfs GPIOs SYSFSGPIO= Support Programming via sysfs GPIOs
RMTBITBANG_DESC=Support Remote-Bitbang Driver RMTBITBANG_DESC=Support Remote-Bitbang Driver
MINIDRIVER_DESC=Dummy minidriver only (will exclude others!) MINIDRIVER_DESC=Dummy minidriver only (will exclude others!)

View File

@ -1,14 +1,14 @@
# Created by: christian # Created by: christian
# $FreeBSD$ # $FreeBSD$
PORTNAME= Text-LevenshteinXS PORTNAME= Text-LevenshteinXS
PORTVERSION= 0.03 PORTVERSION= 0.03
CATEGORIES= devel perl5 CATEGORIES= devel perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
MAINTAINER= christian@karg.org MAINTAINER= christian@karg.org
COMMENT= Text::LevenshteinXS - CPAN Levenshtein edit distance COMMENT= Text::LevenshteinXS - CPAN Levenshtein edit distance
USES= perl5 USES= perl5
USE_PERL5= configure USE_PERL5= configure

View File

@ -7,7 +7,7 @@ CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_LOCAL} \ MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://people.freebsd.org/~perky/distfiles/ http://people.freebsd.org/~perky/distfiles/
MASTER_SITE_SUBDIR= perky MASTER_SITE_SUBDIR= perky
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= Python module that provides easy anonymous function COMMENT= Python module that provides easy anonymous function

View File

@ -1,10 +1,10 @@
# Created by: max # Created by: max
# $FreeBSD$ # $FreeBSD$
BUILD_MODE = shared BUILD_MODE= shared
MASTERDIR= ${.CURDIR}/../../devel/sfslite MASTERDIR= ${.CURDIR}/../../devel/sfslite
COMMENT= sfslite without optimization for debugging COMMENT= sfslite without optimization for debugging
PKG_INSTALL= ${MASTERDIR}/pkg-install PKG_INSTALL= ${MASTERDIR}/pkg-install
NO_STAGE= yes NO_STAGE= yes
.include "${MASTERDIR}/Makefile" .include "${MASTERDIR}/Makefile"

View File

@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE
PLIST_FILES= bin/ucpp man/man1/ucpp.1.gz PLIST_FILES= bin/ucpp man/man1/ucpp.1.gz
USES= gmake USES= gmake
WRKSRC= ${WRKDIR}/${PORTNAME} WRKSRC= ${WRKDIR}/${PORTNAME}
do-install: do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/

View File

@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}2/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= A GNOME manpages editor COMMENT= A GNOME manpages editor
USES= pathfix gettext gmake pkgconfig USES= pathfix gettext gmake pkgconfig
USE_GNOME= gtk20 USE_GNOME= gtk20
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include

View File

@ -1,9 +1,9 @@
# $FreeBSD$ # $FreeBSD$
.include "${.CURDIR}/../libreoffice/Makefile.common" .include "${.CURDIR}/../libreoffice/Makefile.common"
UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX}
PKGNAMESUFFIX= -i18n PKGNAMESUFFIX= -i18n
DISTFILES= #none DISTFILES= #none
MASTER_SITES= #none MASTER_SITES= #none
EXTRACT_ONLY= #none EXTRACT_ONLY= #none

View File

@ -100,7 +100,7 @@ SRC_DISTFILES= basesystem-10.0-4.el6.src.rpm \
ALWAYS_KEEP_DISTFILES= yes ALWAYS_KEEP_DISTFILES= yes
.endif .endif
CONFLICTS= linux_base-gentoo* linux_base-f* linux-glib2-* CONFLICTS= linux_base-gentoo* linux_base-f* linux-glib2-*
ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS= i386 amd64
LINUX_RPM_ARCH= i686 LINUX_RPM_ARCH= i686

View File

@ -1,7 +1,7 @@
# Created by: Martin Blapp <mb@FreeBSD.org> # Created by: Martin Blapp <mb@FreeBSD.org>
# $FreeBSD$ # $FreeBSD$
MASTERDIR= ${.CURDIR}/../open-vm-tools MASTERDIR= ${.CURDIR}/../open-vm-tools
PKGNAMESUFFIX= -nox11 PKGNAMESUFFIX= -nox11
OPTIONS_UNSET= X11 LIBNOTIFY OPTIONS_UNSET= X11 LIBNOTIFY

View File

@ -7,7 +7,7 @@ PORTREVISION= 1
PORTEPOCH= 1 PORTEPOCH= 1
CATEGORIES= finance python CATEGORIES= finance python
MASTER_SITES= http://nightly.openerp.com/7.0/nightly/src/ MASTER_SITES= http://nightly.openerp.com/7.0/nightly/src/
DISTNAME= openerp-${PORTVERSION}-${NIGHTLY} DISTNAME= openerp-${PORTVERSION}-${NIGHTLY}
MAINTAINER= pakhom706@gmail.com MAINTAINER= pakhom706@gmail.com
COMMENT= Open source application ERP & CRM in Python using Postgresql COMMENT= Open source application ERP & CRM in Python using Postgresql
@ -31,7 +31,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
NIGHTLY= 20140115-002435 NIGHTLY= 20140115-002435
NIGHTLY_= ${NIGHTLY:S/-/_/g} NIGHTLY_= ${NIGHTLY:S/-/_/g}
WRKSRC= ${WRKDIR}/openerp-${PORTVERSION}-${NIGHTLY} WRKSRC= ${WRKDIR}/openerp-${PORTVERSION}-${NIGHTLY}
USE_RC_SUBR= openerpd USE_RC_SUBR= openerpd
SUB_FILES= openerp-server.conf pkg-message SUB_FILES= openerp-server.conf pkg-message

View File

@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYGAME}
WRKSRC= ${WRKDIR}/Bombz WRKSRC= ${WRKDIR}/Bombz
USES= dos2unix zip USES= dos2unix zip
DOS2UNIX_FILES= *.txt DOS2UNIX_FILES= *.txt
USE_SDL= sdl image mixer USE_SDL= sdl image mixer
INSTALLS_ICONS= yes INSTALLS_ICONS= yes

View File

@ -37,7 +37,7 @@ SCONS_ARGS+= usex86sse=-1 # disable MMX/SSE on the build cluster
.endif .endif
.if ${OSVERSION} >= 1000000 .if ${OSVERSION} >= 1000000
BROKEN= Does not compile on FreeBSD 10 BROKEN= Does not compile on FreeBSD 10
.endif .endif
post-patch: post-patch:

View File

@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Version of the popular TetriNET multiplayer Tetris clone COMMENT= Version of the popular TetriNET multiplayer Tetris clone
USE_BZIP2= yes USE_BZIP2= yes
USES= pathfix gettext gmake pkgconfig USES= pathfix gettext gmake pkgconfig
USE_GNOME= esound gnomeprefix libgnomeui USE_GNOME= esound gnomeprefix libgnomeui
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include

View File

@ -11,7 +11,7 @@ MASTER_SITES= CENKES http://mangos-port.by.ru/ \
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
SCRIPTDEV2REV= 245 SCRIPTDEV2REV= 245
MAINTAINER= neon_cyrex@mail.ru MAINTAINER= neon_cyrex@mail.ru
COMMENT= Free dedicated-server for World of Warcraft COMMENT= Free dedicated-server for World of Warcraft
BROKEN= Fails with newer autotools BROKEN= Fails with newer autotools
@ -34,7 +34,7 @@ CFLAGS+= -O0
USE_LDCONFIG= yes USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX}/etc --datadir=${PREFIX}/share CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX}/etc --datadir=${PREFIX}/share
NO_STAGE= yes NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>

View File

@ -25,14 +25,14 @@ TRUEPORTNAME= nethack
MAN6= dgn_comp${HACKEXT}.6 dlb${HACKEXT}.6 lev_comp${HACKEXT}.6 \ MAN6= dgn_comp${HACKEXT}.6 dlb${HACKEXT}.6 lev_comp${HACKEXT}.6 \
${HACKNAME}.6 recover${HACKEXT}.6 ${HACKNAME}.6 recover${HACKEXT}.6
HACKEXT?= 33 HACKEXT?= 33
HACKNAME?= ${TRUEPORTNAME}${HACKEXT} HACKNAME?=n ${TRUEPORTNAME}${HACKEXT}
HACKDIR?= share/${HACKNAME} HACKDIR?= share/${HACKNAME}
HACKLINK= ${TRUEPORTNAME} HACKLINK= ${TRUEPORTNAME}
DATADIR= ${PREFIX}/${HACKDIR} DATADIR= ${PREFIX}/${HACKDIR}
DOCSDIR= ${PREFIX}/share/doc/${HACKNAME} DOCSDIR= ${PREFIX}/share/doc/${HACKNAME}
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
.if !defined(PKGNAMESUFFIX) .if !defined(PKGNAMESUFFIX)
USE_XORG= xaw xpm USE_XORG= xaw xpm

View File

@ -6,7 +6,7 @@ PORTVERSION= 1.0
PORTREVISION= 4 PORTREVISION= 4
CATEGORIES= games CATEGORIES= games
MASTER_SITES= SF/nemysisfreebsdp/${CATEGORIES}/:icons MASTER_SITES= SF/nemysisfreebsdp/${CATEGORIES}/:icons
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
${PORTNAME}.png:icons ${PORTNAME}.png:icons
EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}

View File

@ -7,14 +7,14 @@ PORTREVISION= 9
CATEGORIES= games CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/Twitch/${PORTVERSION}/ \ MASTER_SITES= SF/${PORTNAME}/Twitch/${PORTVERSION}/ \
SF/nemysisfreebsdp/${CATEGORIES}/:icons SF/nemysisfreebsdp/${CATEGORIES}/:icons
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
${PORTNAME}.png:icons ${PORTNAME}.png:icons
EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
MAINTAINER= games@FreeBSD.org MAINTAINER= games@FreeBSD.org
COMMENT= Overhead 2-d shooter, reminiscent of games like Robotron COMMENT= Overhead 2-d shooter, reminiscent of games like Robotron
LICENSE= GPLv2 LICENSE= GPLv2
RUN_DEPENDS= ${PYGAME} RUN_DEPENDS= ${PYGAME}

View File

@ -29,13 +29,13 @@ IGNORE= cannot build OpenCV and gavl plugins simultaneously
.if defined(BUILDING_FREI0R_OPENCV) .if defined(BUILDING_FREI0R_OPENCV)
PORTREVISION= 3 PORTREVISION= 3
COMMENT= Frei0r OpenCV plugins COMMENT= Frei0r OpenCV plugins
PKGNAMESUFFIX= -plugins-opencv PKGNAMESUFFIX= -plugins-opencv
LIB_DEPENDS+= opencv_legacy.2:${PORTSDIR}/graphics/opencv LIB_DEPENDS+= opencv_legacy.2:${PORTSDIR}/graphics/opencv
FREI0R_PLUGINS= facebl0r facedetect FREI0R_PLUGINS= facebl0r facedetect
.elif defined(BUILDING_FREI0R_GAVL) .elif defined(BUILDING_FREI0R_GAVL)
PORTREVISION= 2 PORTREVISION= 2
COMMENT= Frei0r gavl plugins COMMENT= Frei0r gavl plugins
PKGNAMESUFFIX= -plugins-gavl PKGNAMESUFFIX= -plugins-gavl
LIB_DEPENDS+= gavl.1:${PORTSDIR}/multimedia/gavl LIB_DEPENDS+= gavl.1:${PORTSDIR}/multimedia/gavl
FREI0R_PLUGINS= rgbparade scale0tilt vectorscope FREI0R_PLUGINS= rgbparade scale0tilt vectorscope
.else .else

View File

@ -53,7 +53,7 @@ EXAMPLES_FILES2= accuracy defaults dynamic events fsaa fsinput iconify \
OPTIONS_DEFINE= DOCS EXAMPLES OPTIONS_DEFINE= DOCS EXAMPLES
# Restrict to stable (even) versions, indicated by the second component. # Restrict to stable (even) versions, indicated by the second component.
PORTSCOUT= limit:^2\..* PORTSCOUT= limit:^2\..*
post-extract: post-extract:
@${CHMOD} ${BINMODE} ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} @${CHMOD} ${BINMODE} ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}

View File

@ -6,7 +6,7 @@ PORTVERSION= 2013.0
PORTREVISION= 7 PORTREVISION= 7
CATEGORIES= graphics CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-2013.0 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-2013.0
PKGNAMESUFFIX= -devel PKGNAMESUFFIX= -devel
DISTNAME= hugin-2013.0.0_beta1 DISTNAME= hugin-2013.0.0_beta1
MAINTAINER= grog@FreeBSD.org MAINTAINER= grog@FreeBSD.org

View File

@ -1,12 +1,12 @@
# Created by: Jonathan Belson <jon@witchspace.com> # Created by: Jonathan Belson <jon@witchspace.com>
# $FreeBSD$ # $FreeBSD$
PORTNAME= kix PORTNAME= kix
PORTVERSION= 1.0 PORTVERSION= 1.0
PORTREVISION= 1 PORTREVISION= 1
CATEGORIES= graphics CATEGORIES= graphics
MASTER_SITES= http://homepage.ntlworld.com/jon.belson/files/ \ MASTER_SITES= http://homepage.ntlworld.com/jon.belson/files/ \
LOCAL/pgollucci LOCAL/pgollucci
PKGNAMESUFFIX= -kmod PKGNAMESUFFIX= -kmod
MAINTAINER= jon@witchspace.com MAINTAINER= jon@witchspace.com

View File

@ -18,7 +18,7 @@ USE_LDCONFIG= yes
RESTRICTED= Redistribution prohibited RESTRICTED= Redistribution prohibited
NO_BUILD= yes NO_BUILD= yes
WRKSRC= ${WRKDIR}/adobesvg-${PORTVERSION:S/.x88//} WRKSRC= ${WRKDIR}/adobesvg-${PORTVERSION:S/.x88//}
LIBDIR= ${PREFIX}/lib/linux-adobesvg LIBDIR= ${PREFIX}/lib/linux-adobesvg
SHLIBS= ACE AGM BIB CoolType NPSVG3 SVGCore SHLIBS= ACE AGM BIB CoolType NPSVG3 SVGCore

View File

@ -22,7 +22,7 @@ NO_BUILD= yes
SUB_FILES= processing SUB_FILES= processing
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
post-extract: post-extract:
${RM} -rf ${WRKSRC}/java ${RM} -rf ${WRKSRC}/java

View File

@ -5,7 +5,7 @@ PORTNAME= freeimagepy
PORTVERSION= 2.0.1 PORTVERSION= 2.0.1
CATEGORIES= graphics python CATEGORIES= graphics python
MASTER_SITES= SF/${PORTNAME}/FreeImagePy/V${PORTVERSION} MASTER_SITES= SF/${PORTNAME}/FreeImagePy/V${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= FreeImagePy_w_dll-${PORTVERSION} DISTNAME= FreeImagePy_w_dll-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org

View File

@ -45,14 +45,14 @@ PORTVERSION= 2.11.0
PORTREVISION= 5 PORTREVISION= 5
CATEGORIES= graphics CATEGORIES= graphics
MASTER_SITES= http://lx1.avasys.jp/iscan/${PORTVERSION}/ MASTER_SITES= http://lx1.avasys.jp/iscan/${PORTVERSION}/
DISTNAME= iscan_${PORTVERSION}-1 DISTNAME= iscan_${PORTVERSION}-1
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= The sane-epkowa driver for FreeBSD COMMENT= The sane-epkowa driver for FreeBSD
# use the following two lines for 2.15.0 # use the following two lines for 2.15.0
# MASTER_SITES=http://linux.avasys.jp/drivers/iscan/${PORTVERSION}/ # MASTER_SITES=http://linux.avasys.jp/drivers/iscan/${PORTVERSION}/
# DISTNAME= iscan_${PORTVERSION}-3 # DISTNAME= iscan_${PORTVERSION}-3
WRKSRC=${WRKDIR}/iscan-${PORTVERSION} WRKSRC=${WRKDIR}/iscan-${PORTVERSION}
@ -74,7 +74,7 @@ USE_GNOME= gtk20
# Also pass appropriate flags to configure to use FreeBSD locations. # Also pass appropriate flags to configure to use FreeBSD locations.
USES= gmake pkgconfig USES= gmake pkgconfig
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX} LDFLAGS="-L${PREFIX}/lib -lgetline" CPPFLAGS=-I${PREFIX}/include CONFIGURE_ARGS+=--prefix=${PREFIX} LDFLAGS="-L${PREFIX}/lib -lgetline" CPPFLAGS=-I${PREFIX}/include
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>

View File

@ -19,7 +19,7 @@ LIB_DEPENDS= liblept.so:${PORTSDIR}/graphics/leptonica
DIST_SUBDIR= ${PORTNAME} DIST_SUBDIR= ${PORTNAME}
PROJECTHOST= tesseract-ocr PROJECTHOST= tesseract-ocr
WRKSRC= ${WRKDIR}/tesseract-ocr WRKSRC= ${WRKDIR}/tesseract-ocr
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes

View File

@ -12,7 +12,7 @@ DISTFILES= ${PORTNAME}${PORTVERSION}.tar.bz2
MAINTAINER= bdrewery@FreeBSD.org MAINTAINER= bdrewery@FreeBSD.org
COMMENT= The most popular open source Internet Relay Chat bot COMMENT= The most popular open source Internet Relay Chat bot
LICENSE= GPLv2 LICENSE= GPLv2
OPTIONS_DEFINE= DOCS OPTIONS_DEFINE= DOCS

View File

@ -3,7 +3,7 @@
CATEGORIES= japanese CATEGORIES= japanese
MASTERDIR= ${.CURDIR}/../../x11/eterm MASTERDIR= ${.CURDIR}/../../x11/eterm
MAINTAINER= nobutaka@FreeBSD.org MAINTAINER= nobutaka@FreeBSD.org
COMMENT= X11 terminal emulator based on rxvt/xterm that supports Japanese COMMENT= X11 terminal emulator based on rxvt/xterm that supports Japanese

View File

@ -25,14 +25,14 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= JED_ROOT="${JED_ROOT}" X_EXTRA_LIBS="-lcurses" CONFIGURE_ENV= JED_ROOT="${JED_ROOT}" X_EXTRA_LIBS="-lcurses"
CONFIGURE_ARGS= --enable-x-locale=no CONFIGURE_ARGS= --enable-x-locale=no
ALL_TARGET= ${BINSTUFF} getmail ALL_TARGET= ${BINSTUFF} getmail
MAKE_JOBS_UNSAFE= yes MAKE_JOBS_UNSAFE= yes
INFO= jed INFO= jed
JED_ROOT= ${DATADIR} JED_ROOT= ${DATADIR}
BINSTUFF= jed rgrep BINSTUFF= jed rgrep
OPTIONS_DEFINE= DOCS X11 CANNA OPTIONS_DEFINE= DOCS X11 CANNA
OPTIONS_DEFAULT= CANNA X11 OPTIONS_DEFAULT=CANNA X11
OPTIONS_SUB= yes OPTIONS_SUB= yes
CANNA_DESC= Canna support CANNA_DESC= Canna support
@ -53,7 +53,7 @@ _DOCDIR= ${WRKSRC}/doc
_INFODIR= ${WRKSRC}/info _INFODIR= ${WRKSRC}/info
_LIBDIR= ${WRKSRC}/lib _LIBDIR= ${WRKSRC}/lib
PORTDOCS= abbrev.txt color.txt dfa.txt edt.txt emacs.txt fold.txt \ PORTDOCS= abbrev.txt color.txt dfa.txt edt.txt emacs.txt fold.txt \
hooks.txt ide-mode.txt jed_faq.txt jedfuns.txt libfuns.txt \ hooks.txt ide-mode.txt jed_faq.txt jedfuns.txt libfuns.txt \
menus.txt mouse.txt pc-keys.txt program.txt rgrep.txt \ menus.txt mouse.txt pc-keys.txt program.txt rgrep.txt \
rmail.txt script.txt slangfun.txt syntax.txt undo.txt wjed.txt \ rmail.txt script.txt slangfun.txt syntax.txt undo.txt wjed.txt \

View File

@ -19,16 +19,16 @@ GH_PROJECT= jboss-as
GH_TAGNAME= 7.1.3.Final GH_TAGNAME= 7.1.3.Final
GH_COMMIT= f1f5122 GH_COMMIT= f1f5122
USE_RC_SUBR= jboss71 USE_RC_SUBR= jboss71
USE_JAVA= yes USE_JAVA= yes
JAVA_VERSION= 1.6+ JAVA_VERSION= 1.6+
USER= www USER= www
GROUP= www GROUP= www
VAR_DIR?= /var VAR_DIR?= /var
LOG_DIR?= ${VAR_DIR}/log/${PORTNAME} LOG_DIR?= ${VAR_DIR}/log/${PORTNAME}
DEPLOY_DIR?= ${VAR_DIR}/${PORTNAME} DEPLOY_DIR?= ${VAR_DIR}/${PORTNAME}
PID_FILE= /var/run/${PORTNAME}.pid PID_FILE= /var/run/${PORTNAME}.pid
JBOSSOUTPUT= ${WRKSRC}/build/target/${DISTNAME} JBOSSOUTPUT= ${WRKSRC}/build/target/${DISTNAME}
SUB_LIST= APP_SHORTNAME=${PORTNAME} \ SUB_LIST= APP_SHORTNAME=${PORTNAME} \
LOG_DIR=${LOG_DIR} \ LOG_DIR=${LOG_DIR} \

View File

@ -21,16 +21,16 @@ GH_PROJECT= jboss-as
GH_TAGNAME= 7.2.0.Final GH_TAGNAME= 7.2.0.Final
GH_COMMIT= 4ed76ce GH_COMMIT= 4ed76ce
USE_RC_SUBR= jboss72 USE_RC_SUBR= jboss72
USE_JAVA= yes USE_JAVA= yes
JAVA_VERSION= 1.6+ JAVA_VERSION= 1.6+
USER= www USER= www
GROUP= www GROUP= www
VAR_DIR?= /var VAR_DIR?= /var
LOG_DIR?= ${VAR_DIR}/log/${PORTNAME} LOG_DIR?= ${VAR_DIR}/log/${PORTNAME}
DEPLOY_DIR?= ${VAR_DIR}/${PORTNAME} DEPLOY_DIR?= ${VAR_DIR}/${PORTNAME}
PID_FILE= /var/run/${PORTNAME}.pid PID_FILE= /var/run/${PORTNAME}.pid
JBOSSOUTPUT= ${WRKSRC}/build/target/${DISTNAME} JBOSSOUTPUT= ${WRKSRC}/build/target/${DISTNAME}
SUB_LIST= APP_SHORTNAME=${PORTNAME} \ SUB_LIST= APP_SHORTNAME=${PORTNAME} \
LOG_DIR=${LOG_DIR} \ LOG_DIR=${LOG_DIR} \

View File

@ -45,7 +45,7 @@ PORTDOCS= README
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${COMPILER_FEATURES:Mlibc++} .if ${COMPILER_FEATURES:Mlibc++}
IGNORE= "Dragonegg can't work if LLVM was built with libc++" IGNORE= "Dragonegg can't work if LLVM was built with libc++"
.endif .endif
post-patch: post-patch:

View File

@ -7,7 +7,7 @@ PORTREVISION= ${MAIN_PR}
CATEGORIES= lang CATEGORIES= lang
MASTER_SITES= http://downloads.dragonlace.net/src/:boot \ MASTER_SITES= http://downloads.dragonlace.net/src/:boot \
LOCAL/marino:boot ${MASTER_SITE_GCC} LOCAL/marino:boot ${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= ${MS_SUBDIR} MASTER_SITE_SUBDIR= ${MS_SUBDIR}
DISTFILES= ${IDENTIFICATION}.tar.bz2 DISTFILES= ${IDENTIFICATION}.tar.bz2
MAINTAINER= marino@FreeBSD.org MAINTAINER= marino@FreeBSD.org
@ -29,7 +29,7 @@ OS_LABEL4VERS= [${OPSYS}${GARCH:M*64:S/amd_//:S/x86_//}]
NO_MTREE= yes NO_MTREE= yes
OPTIONS_GROUP= Standard Bootstrap OPTIONS_GROUP= Standard Bootstrap
OPTIONS_GROUP_Standard= FORT OBJC NLS TESTSUITE STATIC OPTIONS_GROUP_Standard= FORT OBJC NLS TESTSUITE STATIC
OPTIONS_GROUP_Bootstrap=BOOTSTRAP OPTIONS_GROUP_Bootstrap=BOOTSTRAP
OPTIONS_DEFAULT= FORT OBJC OPTIONS_DEFAULT= FORT OBJC
NO_OPTIONS_SORT= yes NO_OPTIONS_SORT= yes
@ -108,7 +108,7 @@ DISTFILES+= ${BOOTSTRAP_COMPILER}:boot
# for port maintenance, invoke "make makesum PLUS_BOOTSTRAPS=1" # for port maintenance, invoke "make makesum PLUS_BOOTSTRAPS=1"
.if defined(PLUS_BOOTSTRAPS) .if defined(PLUS_BOOTSTRAPS)
DISTFILES= \ DISTFILES= \
${IDENTIFICATION}.tar.bz2 \ ${IDENTIFICATION}.tar.bz2 \
ada-bootstrap.i386.dragonfly.36A.tar.bz2:boot \ ada-bootstrap.i386.dragonfly.36A.tar.bz2:boot \
ada-bootstrap.i386.freebsd.84.tar.bz2:boot \ ada-bootstrap.i386.freebsd.84.tar.bz2:boot \

View File

@ -19,9 +19,9 @@ NO_MTREE= yes
WRKSRC= ${WRKDIR}/android-${API}-arm WRKSRC= ${WRKDIR}/android-${API}-arm
PREFIX= ${LOCALBASE}/android PREFIX= ${LOCALBASE}/android
OPTIONS_SINGLE= SG1 OPTIONS_SINGLE= SG1
OPTIONS_SINGLE_SG1= FROYO GBREAD ICS JBEAN16 JBEAN17 JBEAN18 KITKAT OPTIONS_SINGLE_SG1= FROYO GBREAD ICS JBEAN16 JBEAN17 JBEAN18 KITKAT
OPTIONS_DEFAULT= JBEAN16 OPTIONS_DEFAULT= JBEAN16
FROYO_DESC= Android 2.2 - API level 08 - Froyo FROYO_DESC= Android 2.2 - API level 08 - Froyo
GBREAD_DESC= Android 2.3 - API level 09 - Gingerbread 1 GBREAD_DESC= Android 2.3 - API level 09 - Gingerbread 1
@ -34,21 +34,21 @@ KITKAT_DESC= Android 4.4 - API level 19 - Kitkat
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MFROYO} .if ${PORT_OPTIONS:MFROYO}
API= 8 API= 8
.elif ${PORT_OPTIONS:MGBREAD} .elif ${PORT_OPTIONS:MGBREAD}
API= 9 API= 9
.elif ${PORT_OPTIONS:MICS} .elif ${PORT_OPTIONS:MICS}
API= 15 API= 15
.elif ${PORT_OPTIONS:MJBEAN16} .elif ${PORT_OPTIONS:MJBEAN16}
API= 16 API= 16
.elif ${PORT_OPTIONS:MJBEAN17} .elif ${PORT_OPTIONS:MJBEAN17}
API= 17 API= 17
.elif ${PORT_OPTIONS:MJBEAN18} .elif ${PORT_OPTIONS:MJBEAN18}
API= 18 API= 18
.elif ${PORT_OPTIONS:MKITKAT} .elif ${PORT_OPTIONS:MKITKAT}
API= 19 API= 19
.else .else
IGNORE= the API option is improperly selected IGNORE= the API option is improperly selected
.endif .endif
do-install: do-install:

View File

@ -20,7 +20,7 @@ DESCR= ${PORTSDIR}/lang/sdcc/pkg-descr
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USES= gmake tar:bzip2 USES= gmake tar:bzip2
OPTIONS_DEFINE= DEVLIB DOCS UCSIM OPTIONS_DEFINE= DEVLIB DOCS UCSIM
OPTIONS_MULTI= TARGETS OPTIONS_MULTI= TARGETS
OPTIONS_MULTI_TARGETS= HC08 MCS51 PIC STM8 Z80 OPTIONS_MULTI_TARGETS= HC08 MCS51 PIC STM8 Z80
OPTIONS_DEFAULT= DEVLIB UCSIM HC08 MCS51 PIC STM8 Z80 OPTIONS_DEFAULT= DEVLIB UCSIM HC08 MCS51 PIC STM8 Z80
@ -33,12 +33,12 @@ STM8_DESC= STMicroelectronics STM8
Z80_DESC= Zilog Z80/Z180/GBZ80, Rabbit 2000/3000, Toshiba TLCS-90 Z80_DESC= Zilog Z80/Z180/GBZ80, Rabbit 2000/3000, Toshiba TLCS-90
CPPFLAGS+= -idirafter ${LOCALBASE}/include CPPFLAGS+= -idirafter ${LOCALBASE}/include
CONFIGURE_ARGS= --disable-avr --disable-install-libbfd --disable-werror \ CONFIGURE_ARGS= --disable-avr --disable-install-libbfd --disable-werror \
--disable-st7 docdir=${DOCSDIR} sdcc_cv_c_fms_extensions=no --disable-st7 docdir=${DOCSDIR} sdcc_cv_c_fms_extensions=no
CONFIGURE_ENV= ARCH="" CONFIGURE_ENV= ARCH=""
PORTDATA= * PORTDATA= *
PORTDOCS= * PORTDOCS= *
WRKSRC= ${WRKDIR}/sdcc WRKSRC= ${WRKDIR}/sdcc
OPTIONS_SUB= yes OPTIONS_SUB= yes
DEVLIB_CONFIGURE_OFF= --disable-device-lib DEVLIB_CONFIGURE_OFF= --disable-device-lib

View File

@ -17,7 +17,7 @@ CONFLICTS_INSTALL= sdcc-[0-9]* sdcc-devel-[0-9]*
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USES= gmake tar:bzip2 USES= gmake tar:bzip2
OPTIONS_DEFINE= DEVLIB DOCS UCSIM OPTIONS_DEFINE= DEVLIB DOCS UCSIM
OPTIONS_MULTI= TARGETS OPTIONS_MULTI= TARGETS
OPTIONS_MULTI_TARGETS= HC08 MCS51 PIC STM8 Z80 OPTIONS_MULTI_TARGETS= HC08 MCS51 PIC STM8 Z80
OPTIONS_DEFAULT= DEVLIB UCSIM HC08 MCS51 PIC STM8 Z80 OPTIONS_DEFAULT= DEVLIB UCSIM HC08 MCS51 PIC STM8 Z80
@ -30,12 +30,12 @@ STM8_DESC= STMicroelectronics STM8
Z80_DESC= Zilog Z80/Z180/GBZ80, Rabbit 2000/3000, Toshiba TLCS-90 Z80_DESC= Zilog Z80/Z180/GBZ80, Rabbit 2000/3000, Toshiba TLCS-90
CPPFLAGS+= -idirafter ${LOCALBASE}/include CPPFLAGS+= -idirafter ${LOCALBASE}/include
CONFIGURE_ARGS= --disable-avr --disable-install-libbfd --disable-werror \ CONFIGURE_ARGS= --disable-avr --disable-install-libbfd --disable-werror \
--disable-st7 docdir=${DOCSDIR} sdcc_cv_c_fms_extensions=no --disable-st7 docdir=${DOCSDIR} sdcc_cv_c_fms_extensions=no
CONFIGURE_ENV= ARCH="" CONFIGURE_ENV= ARCH=""
PORTDATA= * PORTDATA= *
PORTDOCS= * PORTDOCS= *
WRKSRC= ${WRKDIR}/sdcc-${DISTVERSION} WRKSRC= ${WRKDIR}/sdcc-${DISTVERSION}
OPTIONS_SUB= yes OPTIONS_SUB= yes
DEVLIB_CONFIGURE_OFF= --disable-device-lib DEVLIB_CONFIGURE_OFF= --disable-device-lib

View File

@ -17,7 +17,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-${CRM114RELEASENAME}.src
MAINTAINER= chalpin@cs.wisc.edu MAINTAINER= chalpin@cs.wisc.edu
COMMENT= A Markov based SpamFilter COMMENT= A Markov based SpamFilter
LICENSE= GPLv2 LICENSE= GPLv2
LIB_DEPENDS= libtre.so:${PORTSDIR}/textproc/libtre LIB_DEPENDS= libtre.so:${PORTSDIR}/textproc/libtre
@ -26,8 +26,8 @@ CRM114RELEASENAME=BlameMichelson
USES= gettext iconv USES= gettext iconv
USE_CSTD=gnu89 USE_CSTD=gnu89
OPTIONS_DEFINE= NORMALIZEMIME OPTIONS_DEFINE= NORMALIZEMIME
NORMALIZEMIME_DESC= Normalize MIME encoding NORMALIZEMIME_DESC= Normalize MIME encoding
MAKE_ARGS= CC="${CC}" prefix="${STAGEDIR}${PREFIX}" \ MAKE_ARGS= CC="${CC}" prefix="${STAGEDIR}${PREFIX}" \
LIBS="${LIBS}" \ LIBS="${LIBS}" \

View File

@ -3,7 +3,7 @@
PORTNAME= ssmtp PORTNAME= ssmtp
PORTVERSION= 2.64 PORTVERSION= 2.64
PORTREVISION= 1 PORTREVISION= 1
CATEGORIES= mail ipv6 CATEGORIES= mail ipv6
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
DISTFILES= ${PORTNAME}_${PORTVERSION}.orig${EXTRACT_SUFX} DISTFILES= ${PORTNAME}_${PORTVERSION}.orig${EXTRACT_SUFX}
@ -26,12 +26,12 @@ CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB} LDFLAGS+= -L${OPENSSLLIB}
MAILERCONF= /etc/mail/mailer.conf MAILERCONF= /etc/mail/mailer.conf
OPTIONS_DEFINE= LOGFILE IPV6 USERPREFS XORIGIP CRAMMD5 OPENSSL OPTIONS_DEFINE= LOGFILE IPV6 USERPREFS XORIGIP CRAMMD5 OPENSSL
OPTIONS_DEFAULT= XORIGIP CRAMMD5 OPENSSL OPTIONS_DEFAULT=XORIGIP CRAMMD5 OPENSSL
LOGFILE_DESC= Log file LOGFILE_DESC= Log file
USERPREFS_DESC= User-defined revaliases USERPREFS_DESC= User-defined revaliases
XORIGIP_DESC= X-Originating-IP header for REMOTE_ADDR envvar XORIGIP_DESC= X-Originating-IP header for REMOTE_ADDR envvar
CRAMMD5_DESC= CRAM-MD5 authentication support CRAMMD5_DESC= CRAM-MD5 authentication support
LOGFILE_CONFIGURE_ON= --enable-logfile LOGFILE_CONFIGURE_ON= --enable-logfile
XORIGIP_EXTRA_PATCHES= ${FILESDIR}/remote-addr.patch XORIGIP_EXTRA_PATCHES= ${FILESDIR}/remote-addr.patch

View File

@ -2,7 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= tlb PORTNAME= tlb
PORTVERSION= 0.11a PORTVERSION= 0.11a
CATEGORIES= mail perl5 CATEGORIES= mail perl5
MASTER_SITES= ftp://ftp.hpc.uh.edu/pub/tlb/ \ MASTER_SITES= ftp://ftp.hpc.uh.edu/pub/tlb/ \
http://www.freenix.no/~anders/ \ http://www.freenix.no/~anders/ \

View File

@ -24,7 +24,7 @@ MAKE_ARGS= FORMATS="${DOCFORMAT}" \
DOCOWN=${SHAREOWN} \ DOCOWN=${SHAREOWN} \
DOCGRP=${SHAREGRP} DOCGRP=${SHAREGRP}
MAKE_JOBS_UNSAFE= yes MAKE_JOBS_UNSAFE= yes
DESTDIRNAME= ${STAGEDIR}${PREFIX}/${DOCBASE} DESTDIRNAME= ${STAGEDIR}${PREFIX}/${DOCBASE}
PLIST= ${WRKDIR}/pkg-plist PLIST= ${WRKDIR}/pkg-plist
DOCLANG?= en_US.ISO8859-1 DOCLANG?= en_US.ISO8859-1

View File

@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= On-Screen-Display infrastructure using Pango text rendering COMMENT= On-Screen-Display infrastructure using Pango text rendering
USES= pathfix gmake pkgconfig USES= pathfix gmake pkgconfig
USE_GNOME= gnomeprefix intlhack pygnome2 USE_GNOME= gnomeprefix intlhack pygnome2
USE_PYTHON= yes USE_PYTHON= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes

View File

@ -17,7 +17,7 @@ PLIST_FILES= bin/usbrh
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${OSVERSION} <= 800097 .if ${OSVERSION} <= 800097
BROKEN= does not build BROKEN= does not build
.endif .endif
do-install: do-install:

View File

@ -49,7 +49,7 @@ MAKE_ARGS+= -D WITH_HAL
MAKE_ARGS+= DEFAULT_XML_CONFIG="${EXAMPLESDIR}/cx88.xml.sample" MAKE_ARGS+= DEFAULT_XML_CONFIG="${EXAMPLESDIR}/cx88.xml.sample"
.if (${OSVERSION} < 802513) || ((${OSVERSION} >= 900000) && (${OSVERSION} < 900041)) .if (${OSVERSION} < 802513) || ((${OSVERSION} >= 900000) && (${OSVERSION} < 900041))
IGNORE= requires kernel support for DRIVER_MODULE_ORDERED macro (FreeBSD 8.3+, FreeBSD 9.0+) IGNORE= requires kernel support for DRIVER_MODULE_ORDERED macro (FreeBSD 8.3+, FreeBSD 9.0+)
.endif .endif
.if !exists(${SRC_BASE}/sys/Makefile) .if !exists(${SRC_BASE}/sys/Makefile)

View File

@ -37,7 +37,7 @@ IGNORE= you need the file hcwPVRP2.sys from the CD coming with the PVR-150/500
.endif .endif
.if !exists(${DISTDIR}/HcwMakoA.ROM) .if !exists(${DISTDIR}/HcwMakoA.ROM)
IGNORE= you need the file HcwMakoA.ROM from the CD coming with the PVR-150/500 card. Please place this file in ${DISTDIR} and run make again. Check http://ivtvdriver.org/index.php/Firmware for the recommended version IGNORE= you need the file HcwMakoA.ROM from the CD coming with the PVR-150/500 card. Please place this file in ${DISTDIR} and run make again. Check http://ivtvdriver.org/index.php/Firmware for the recommended version
.endif .endif
.if !exists(${SRC_BASE}/sys/dev/iicbus/iicbb.c) .if !exists(${SRC_BASE}/sys/dev/iicbus/iicbb.c)

View File

@ -17,7 +17,7 @@ USES= zenoss
ZPACKPREFIX= ZenPacks.Nagios. ZPACKPREFIX= ZenPacks.Nagios.
ZPACKGROUP= community ZPACKGROUP= community
WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG}
TAG= 0088e17 TAG= 0088e17
NO_STAGE= yes NO_STAGE= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -17,7 +17,7 @@ USES= zenoss
ZPACKGROUP= community ZPACKGROUP= community
WRKSRC= ${WRKDIR}/epuzanov-${ZPACKPREFIX}${PORTNAME}-a4ae347 WRKSRC= ${WRKDIR}/epuzanov-${ZPACKPREFIX}${PORTNAME}-a4ae347
ZPACKPREFIX= ZenPacks.community. ZPACKPREFIX= ZenPacks.community.
NO_STAGE= yes NO_STAGE= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -4,8 +4,8 @@
PORTNAME= ShowGraphPortlet PORTNAME= ShowGraphPortlet
PORTVERSION= 1.03 PORTVERSION= 1.03
CATEGORIES= net-mgmt www CATEGORIES= net-mgmt www
MASTER_SITES= https://github.com/zenoss/${ZPACKPREFIX}${PORTNAME}/tarball/master/ MASTER_SITES= https://github.com/zenoss/${ZPACKPREFIX}${PORTNAME}/tarball/master/
DISTNAME= zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} DISTNAME= zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG}
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= Enables users to show any graph/multi graph reports on their dashboard COMMENT= Enables users to show any graph/multi graph reports on their dashboard
@ -16,8 +16,8 @@ USES= zenoss
ZPACKGROUP= community ZPACKGROUP= community
ZPACKPREFIX= ZenPacks.SCC. ZPACKPREFIX= ZenPacks.SCC.
WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG}
TAG= 0cf7678 TAG= 0cf7678
NO_STAGE= yes NO_STAGE= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -4,8 +4,8 @@
PORTNAME= InterfaceGraphs PORTNAME= InterfaceGraphs
PORTVERSION= 1.0 PORTVERSION= 1.0
CATEGORIES= net-mgmt CATEGORIES= net-mgmt
MASTER_SITES= https://github.com/zenoss/${ZPACKPREFIX}${PORTNAME}/tarball/master/ MASTER_SITES= https://github.com/zenoss/${ZPACKPREFIX}${PORTNAME}/tarball/master/
DISTNAME= zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} DISTNAME= zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG}
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= Provides a link that graphs all network interfaces for a device COMMENT= Provides a link that graphs all network interfaces for a device
@ -16,8 +16,8 @@ USES= zenoss
ZPACKGROUP= community ZPACKGROUP= community
ZPACKPREFIX= ZenPacks.community. ZPACKPREFIX= ZenPacks.community.
WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG}
TAG= 7ed2d7d TAG= 7ed2d7d
NO_STAGE= yes NO_STAGE= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -5,8 +5,8 @@ PORTNAME= libvirt
PORTVERSION= 1.96 PORTVERSION= 1.96
PORTREVISION= 4 PORTREVISION= 4
CATEGORIES= net-mgmt CATEGORIES= net-mgmt
MASTER_SITES= https://github.com/zenoss/${ZPACKPREFIX}${PORTNAME}/tarball/master/ MASTER_SITES= https://github.com/zenoss/${ZPACKPREFIX}${PORTNAME}/tarball/master/
DISTNAME= zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} DISTNAME= zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG}
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= Provides monitoring of virtualization servers through Zenoss COMMENT= Provides monitoring of virtualization servers through Zenoss
@ -21,8 +21,8 @@ USES= zenoss
ZPACKPREFIX= ZenPacks.community. ZPACKPREFIX= ZenPacks.community.
ZPACKGROUP= community ZPACKGROUP= community
WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG}
TAG= 4113cfe TAG= 4113cfe
NO_STAGE= yes NO_STAGE= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -7,7 +7,7 @@ PORTREVISION= 2
CATEGORIES= net CATEGORIES= net
MASTER_SITES= ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/ \ MASTER_SITES= ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/ \
http://www.magnesium.net/~mdf/distfiles/ http://www.magnesium.net/~mdf/distfiles/
PKGNAMESUFFIX= -target PKGNAMESUFFIX= -target
DISTNAME= netbsd-iscsi-${PORTVERSION} DISTNAME= netbsd-iscsi-${PORTVERSION}
MAINTAINER= mark@foster.cc MAINTAINER= mark@foster.cc

View File

@ -18,7 +18,7 @@ USES= perl5
USE_PERL5= run USE_PERL5= run
NO_BUILD= yes NO_BUILD= yes
PLIST_FILES= etc/pbnc.cfg bin/pbnc.pl PLIST_FILES= etc/pbnc.cfg bin/pbnc.pl
PORTDOCS= pbnc.readme PORTDOCS= pbnc.readme
OPTIONS_DEFINE= DOCS OPTIONS_DEFINE= DOCS

View File

@ -5,6 +5,6 @@ LITE= yes
PKGNAMESUFFIX= -lite PKGNAMESUFFIX= -lite
MASTERDIR= ${.CURDIR}/../tshark MASTERDIR= ${.CURDIR}/../tshark
COMMENT= A powerful network analyzer/capture tool (lite package) COMMENT= A powerful network analyzer/capture tool (lite package)
.include "${MASTERDIR}/Makefile" .include "${MASTERDIR}/Makefile"

View File

@ -5,6 +5,6 @@ LITE= yes
PKGNAMESUFFIX= -lite PKGNAMESUFFIX= -lite
MASTERDIR= ${.CURDIR}/../wireshark MASTERDIR= ${.CURDIR}/../wireshark
COMMENT= A powerful network analyzer/capture tool (lite package) COMMENT= A powerful network analyzer/capture tool (lite package)
.include "${MASTERDIR}/Makefile" .include "${MASTERDIR}/Makefile"

View File

@ -17,7 +17,7 @@ USE_TEX= latex
PLIST_SUB= MKTEXLSR=${MKTEXLSR} \ PLIST_SUB= MKTEXLSR=${MKTEXLSR} \
CLASSDIR=${CLASSDIR} \ CLASSDIR=${CLASSDIR} \
TEXMFDIR=${TEXMFDIR} TEXMFDIR=${TEXMFDIR}
PORTDOCS= AUTHORS ChangeLog FILES INSTALL README TODO images licenses \ PORTDOCS= AUTHORS ChangeLog FILES INSTALL README TODO images licenses \
macros pgfmanual.pdf text-en version-for-dvipdfm \ macros pgfmanual.pdf text-en version-for-dvipdfm \
version-for-dvipdfmx version-for-dvips \ version-for-dvipdfmx version-for-dvips \
version-for-pdftex version-for-tex4ht version-for-vtex \ version-for-pdftex version-for-tex4ht version-for-vtex \

View File

@ -2,10 +2,10 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= gamess PORTNAME= gamess
PORTVERSION= ${SNAPDATE} PORTVERSION= ${SNAPDATE}
PORTREVISION= 1 PORTREVISION= 1
CATEGORIES= science CATEGORIES= science
MASTER_SITES= #http://www.msg.ameslab.gov/GAMESS/License_Agreement.html MASTER_SITES= #http://www.msg.ameslab.gov/GAMESS/License_Agreement.html
DISTNAME= gamess-current DISTNAME= gamess-current
DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
@ -13,7 +13,7 @@ MAINTAINER= maho@FreeBSD.org
COMMENT= A freely obtainable ab-initio molecular orbital calculation program COMMENT= A freely obtainable ab-initio molecular orbital calculation program
USES= fortran gmake USES= fortran gmake
WRKSRC= ${WRKDIR}/gamess WRKSRC= ${WRKDIR}/gamess
SNAPDATE= 20130501.1 SNAPDATE= 20130501.1
RESTRICTED= No Redistribution RESTRICTED= No Redistribution
@ -52,23 +52,23 @@ LAPACK= -lalapack -lptcblas
.if defined(WITH_OPTIMIZED_FLAGS) .if defined(WITH_OPTIMIZED_FLAGS)
.if ${ARCH} == "amd64" .if ${ARCH} == "amd64"
CFLAGS+= -pipe -O3 -ffast-math -funroll-all-loops -fpeel-loops -ftracer -funswitch-loops -funit-at-a-time CFLAGS+= -pipe -O3 -ffast-math -funroll-all-loops -fpeel-loops -ftracer -funswitch-loops -funit-at-a-time
FFLAGS+= -pipe -O3 -ffast-math -funroll-all-loops -fpeel-loops -ftracer -funswitch-loops -funit-at-a-time FFLAGS+= -pipe -O3 -ffast-math -funroll-all-loops -fpeel-loops -ftracer -funswitch-loops -funit-at-a-time
.elif ${ARCH} == "i386" .elif ${ARCH} == "i386"
CFLAGS+= -pipe -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -mcpu=i686 -march=i686 -mfancy-math-387 CFLAGS+= -pipe -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -mcpu=i686 -march=i686 -mfancy-math-387
FFLAGS+= -pipe -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -mcpu=i686 -march=i686 -mfancy-math-387 FFLAGS+= -pipe -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -mcpu=i686 -march=i686 -mfancy-math-387
.endif .endif
.endif .endif
#WITH_IFC= yes #currently building with ifc is broken #WITH_IFC= yes #currently building with ifc is broken
.if defined(WITH_IFC) .if defined(WITH_IFC)
FC= ${LOCALBASE}/intel_fc_80/bin/ifort FC= ${LOCALBASE}/intel_fc_80/bin/ifort
F77= ${LOCALBASE}/intel_fc_80/bin/ifort F77= ${LOCALBASE}/intel_fc_80/bin/ifort
CC= ${LOCALBASE}/intel_cc_80/bin/icc CC= ${LOCALBASE}/intel_cc_80/bin/icc
FFLAGS= -axP -xW -ipo -O3 -Vaxlib FFLAGS= -axP -xW -ipo -O3 -Vaxlib
CFLAGS= -axP -xW -ipo -O3 -Vaxlib CFLAGS= -axP -xW -ipo -O3 -Vaxlib
LIBSVM= -lsvml LIBSVM= -lsvml
LIBG2C= -lg2c LIBG2C= -lg2c
.else .else
LIBG2C= LIBG2C=
LIBSVM= LIBSVM=

View File

@ -55,7 +55,7 @@ PLIST_SUB+= VMD_ARCH=${VMD_ARCH}
# Check for VMD sources # Check for VMD sources
.if !exists(${DISTDIR}/${VMD_DIST}) .if !exists(${DISTDIR}/${VMD_DIST})
IGNORE= Because of licensing restrictions, you must fetch the source distribution manually. Please access http://www.ks.uiuc.edu/Development/Download/download.cgi?PackageName=VMD with a web browser. You will be required to log in and register, but you can create an account on this page. After registration and accepting the University of Illinois agreement, download the source file, ${VMD_DIST}. Please place this file in ${DISTDIR}, and re-run make IGNORE= Because of licensing restrictions, you must fetch the source distribution manually. Please access http://www.ks.uiuc.edu/Development/Download/download.cgi?PackageName=VMD with a web browser. You will be required to log in and register, but you can create an account on this page. After registration and accepting the University of Illinois agreement, download the source file, ${VMD_DIST}. Please place this file in ${DISTDIR}, and re-run make
.endif .endif
do-extract: do-extract:

View File

@ -31,7 +31,7 @@ NLS_USES= gettext
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
# Restrict to stable (even) versions, indicated by the second component. # Restrict to stable (even) versions, indicated by the second component.
PORTSCOUT= limit:^0.7\..* PORTSCOUT= limit:^0.7\..*
post-configure: post-configure:
@${REINPLACE_CMD} -e \ @${REINPLACE_CMD} -e \

View File

@ -18,7 +18,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -export-dynamic
MAN1= gpass.1 gpass.ja.1 gpass-convert.1 gpass-convert.ja.1 MAN1= gpass.1 gpass.ja.1 gpass-convert.1 gpass-convert.ja.1
USES= pathfix gmake pkgconfig USES= pathfix gmake pkgconfig
USE_GNOME= gnomeprefix gtk20 libgnomeui intltool libglade2 USE_GNOME= gnomeprefix gtk20 libgnomeui intltool libglade2
GCONF_SCHEMAS= gpass.schemas GCONF_SCHEMAS= gpass.schemas

View File

@ -1,17 +1,17 @@
# Created by: Matt Harris <mattdharris@users.sourceforge.net> # Created by: Matt Harris <mattdharris@users.sourceforge.net>
# $FreeBSD$ # $FreeBSD$
PORTNAME= libpwstor PORTNAME= libpwstor
PORTVERSION= 0.1 PORTVERSION= 0.1
CATEGORIES= security devel CATEGORIES= security devel
MASTER_SITES= SF/kageki/${PORTNAME}/${PORTNAME}-${PORTVERSION} MASTER_SITES= SF/kageki/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= Password storage library for C programmers COMMENT= Password storage library for C programmers
USE_BZIP2= yes USE_BZIP2= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
PLIST_FILES= bin/pwtool \ PLIST_FILES= bin/pwtool \
include/pwstor.h \ include/pwstor.h \
@ -43,7 +43,7 @@ CFLAGS+= -fPIC -DPIC
.endif .endif
.if defined(WITH_DEBUG) .if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-debug CONFIGURE_ARGS+=--enable-debug
.endif .endif
.include <bsd.port.post.mk> .include <bsd.port.post.mk>

View File

@ -17,67 +17,67 @@ WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}
CONFLICTS_INSTALL= openvpn-[0-9]* openvpn-beta-[0-9]* CONFLICTS_INSTALL= openvpn-[0-9]* openvpn-beta-[0-9]*
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USES= libtool pkgconfig shebangfix tar:xz USES= libtool pkgconfig shebangfix tar:xz
SHEBANG_FILES= sample/sample-scripts/verify-cn \ SHEBANG_FILES= sample/sample-scripts/verify-cn \
sample/sample-scripts/auth-pam.pl \ sample/sample-scripts/auth-pam.pl \
sample/sample-scripts/ucn.pl sample/sample-scripts/ucn.pl
# let OpenVPN's configure script pick up the requisite libraries: # let OpenVPN's configure script pick up the requisite libraries:
CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= PW_SAVE PKCS11 EASYRSA LZO SNAPPY OPTIONS_DEFINE= PW_SAVE PKCS11 EASYRSA LZO SNAPPY
OPTIONS_DEFAULT= EASYRSA OPENSSL OPTIONS_DEFAULT= EASYRSA OPENSSL
OPTIONS_SINGLE= SSL OPTIONS_SINGLE= SSL
OPTIONS_SINGLE_SSL= OPENSSL POLARSSL OPTIONS_SINGLE_SSL= OPENSSL POLARSSL
PW_SAVE_DESC= Interactive passwords may be read from a file PW_SAVE_DESC= Interactive passwords may be read from a file
SNAPPY_DESC= Enable the Snappy compression library SNAPPY_DESC= Enable the Snappy compression library
LZO_DESC= Enable the LZO compression library LZO_DESC= Enable the LZO compression library
PKCS11_DESC= Use security/pkcs11-helper PKCS11_DESC= Use security/pkcs11-helper
EASYRSA_DESC= Install security/easy-rsa RSA helper package EASYRSA_DESC= Install security/easy-rsa RSA helper package
POLARSSL_DESC= SSL/TLS support via PolarSSL POLARSSL_DESC= SSL/TLS support via PolarSSL
EASYRSA_RUN_DEPENDS= easy-rsa>=0:${PORTSDIR}/security/easy-rsa EASYRSA_RUN_DEPENDS= easy-rsa>=0:${PORTSDIR}/security/easy-rsa
PKCS11_LIB_DEPENDS= libpkcs11-helper.so:${PORTSDIR}/security/pkcs11-helper PKCS11_LIB_DEPENDS= libpkcs11-helper.so:${PORTSDIR}/security/pkcs11-helper
PKCS11_CONFIGURE_ENABLE= pkcs11 PKCS11_CONFIGURE_ENABLE= pkcs11
PW_SAVE_CONFIGURE_ENABLE= password-save PW_SAVE_CONFIGURE_ENABLE= password-save
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPOLARSSL} .if ${PORT_OPTIONS:MPOLARSSL}
LIB_DEPENDS+= libpolarssl.so:${PORTSDIR}/security/polarssl LIB_DEPENDS+= libpolarssl.so:${PORTSDIR}/security/polarssl
CONFIGURE_ARGS+= --with-crypto-library=polarssl CONFIGURE_ARGS+=--with-crypto-library=polarssl
.else .else
USE_OPENSSL= yes USE_OPENSSL= yes
CONFIGURE_ARGS+= --with-crypto-library=openssl CONFIGURE_ARGS+=--with-crypto-library=openssl
.endif .endif
USE_RC_SUBR= openvpn USE_RC_SUBR= openvpn
USE_LDCONFIG= ${PREFIX}/lib USE_LDCONFIG= ${PREFIX}/lib
SUB_FILES= pkg-message SUB_FILES= pkg-message
.ifdef (LOG_OPENVPN) .ifdef (LOG_OPENVPN)
CFLAGS+= -DLOG_OPENVPN=${LOG_OPENVPN} CFLAGS+= -DLOG_OPENVPN=${LOG_OPENVPN}
.endif .endif
.if ${PORT_OPTIONS:MLZO} .if ${PORT_OPTIONS:MLZO}
LIB_DEPENDS+= liblzo2.so:${PORTSDIR}/archivers/lzo2 LIB_DEPENDS+= liblzo2.so:${PORTSDIR}/archivers/lzo2
.else .else
CONFIGURE_ARGS+= --disable-lzo CONFIGURE_ARGS+=--disable-lzo
.endif .endif
.if ${PORT_OPTIONS:MSNAPPY} .if ${PORT_OPTIONS:MSNAPPY}
LIB_DEPENDS+= snappy:${PORTSDIR}/archivers/snappy LIB_DEPENDS+= snappy:${PORTSDIR}/archivers/snappy
.else .else
CONFIGURE_ARGS+= --disable-snappy CONFIGURE_ARGS+=--disable-snappy
.endif .endif
PORTDOCS= * PORTDOCS= *
PORTEXAMPLES= * PORTEXAMPLES= *
pre-configure: pre-configure:
.ifdef (LOG_OPENVPN) .ifdef (LOG_OPENVPN)

View File

@ -4,7 +4,7 @@
PKGNAMESUFFIX= -ipfilter PKGNAMESUFFIX= -ipfilter
CONFLICTS= sshguard-1.* sshguard-ipfw-1.* sshguard-pf-1.* CONFLICTS= sshguard-1.* sshguard-ipfw-1.* sshguard-pf-1.*
COMMENT= Protect hosts from brute force attacks against ssh and other services using ipfilter COMMENT= Protect hosts from brute force attacks against ssh and other services using ipfilter
SSHGUARDFW= ipfilter SSHGUARDFW= ipfilter
MASTERDIR= ${.CURDIR}/../sshguard MASTERDIR= ${.CURDIR}/../sshguard

View File

@ -18,7 +18,7 @@ MANDIRS= ${DATADIR}/docs/man/
DATADIR= ${PREFIX}/${PORTNAME} DATADIR= ${PREFIX}/${PORTNAME}
SUB_FILES= ${PORTNAME} SUB_FILES= ${PORTNAME}
PORTDATA= README bin config demos dl extern include lib license package sbin toolkit PORTDATA= README bin config demos dl extern include lib license package sbin toolkit
post-extract: post-extract:
@${MKDIR} ${WRKSRC}/ch @${MKDIR} ${WRKSRC}/ch

View File

@ -37,7 +37,7 @@ PORT_SCRIPTS= build clean fetch package \
MLINKS+= ${RC_SCRIPTS:S,^,rc,:S,$,.1,:S,^,rcstart.1 ,} \ MLINKS+= ${RC_SCRIPTS:S,^,rc,:S,$,.1,:S,^,rcstart.1 ,} \
${PORT_SCRIPTS:S,^,port,:S,$,.1,:S,^,portconfig.1 ,} ${PORT_SCRIPTS:S,^,port,:S,$,.1,:S,^,portconfig.1 ,}
.else .else
EVALDOCS= -nodoc EVALDOCS= -nodoc
.endif .endif
plist: patch plist: patch

View File

@ -20,7 +20,7 @@ USE_LDCONFIG= yes
BRANDELF_DIRS= bin sbin usr/bin BRANDELF_DIRS= bin sbin usr/bin
PLIST_SUB+= PORTVERSION="${PORTVERSION}" PLIST_SUB+= PORTVERSION="${PORTVERSION}"
PROCFS= /compat/linux/proc PROCFS= /compat/linux/proc
post-install: post-install:
@df ${PROCFS} 2>&1 | ${EGREP} '^linprocfs ' > /dev/null 2>&1 || (echo ">>>" ; echo ">>> You still need to mount ${PROCFS}; see linprocfs(5)" ; echo ">>> for more information" ; echo ">>>") @df ${PROCFS} 2>&1 | ${EGREP} '^linprocfs ' > /dev/null 2>&1 || (echo ">>>" ; echo ">>> You still need to mount ${PROCFS}; see linprocfs(5)" ; echo ">>> for more information" ; echo ">>>")

View File

@ -17,7 +17,7 @@ MAKE_JOBS_UNSAFE= yes
LIB_DEPENDS= libevtlog.so:${PORTSDIR}/sysutils/eventlog LIB_DEPENDS= libevtlog.so:${PORTSDIR}/sysutils/eventlog
LIB_DEPENDS= libsyslog-ng-3.5.4.1.so:${PORTSDIR}/sysutils/syslog-ng-devel LIB_DEPENDS= libsyslog-ng-3.5.4.1.so:${PORTSDIR}/sysutils/syslog-ng-devel
USES= gmake pkgconfig pathfix bison lua tar:xz USES= gmake pkgconfig pathfix bison lua tar:xz
USE_LDCONFIG= yes USE_LDCONFIG= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_GNOME= glib20 USE_GNOME= glib20

View File

@ -25,7 +25,7 @@ SSE2_CFLAGS= -msse2
# safety check to ensure that we don't violate the license # safety check to ensure that we don't violate the license
.if exists(${PATCHDIR}) .if exists(${PATCHDIR})
RESTRICTED= license only allows redistribution and use of unmodified source and binaries RESTRICTED= license only allows redistribution and use of unmodified source and binaries
.endif .endif
LEGAL_TEXT= license restricts redistribution of source and binaries LEGAL_TEXT= license restricts redistribution of source and binaries

View File

@ -1,20 +1,20 @@
# Created by: Teruaki Ata <PFA03027@nifty.ne.jp> # Created by: Teruaki Ata <PFA03027@nifty.ne.jp>
# $FreeBSD$ # $FreeBSD$
PORTNAME= coco PORTNAME= coco
PORTVERSION= ${MULE_VERSION} PORTVERSION= ${MULE_VERSION}
PORTREVISION= 1 PORTREVISION= 1
CATEGORIES= textproc CATEGORIES= textproc
MASTER_SITES= ftp://ftp.jaist.ac.jp/pub/GNU/mule/ \ MASTER_SITES= ftp://ftp.jaist.ac.jp/pub/GNU/mule/ \
http://www.infonets.hiroshima-u.ac.jp/~taoka/FreeBSD/mule/ http://www.infonets.hiroshima-u.ac.jp/~taoka/FreeBSD/mule/
DISTFILES= mule-${MULE_VERSION}-${EMACS_VERSION}.tar.gz \ DISTFILES= mule-${MULE_VERSION}-${EMACS_VERSION}.tar.gz \
mule-${MULE_VERSION}-${EMACS_VERSION}.patch-981002.tar.gz mule-${MULE_VERSION}-${EMACS_VERSION}.patch-981002.tar.gz
MAINTAINER= PFA03027@nifty.ne.jp MAINTAINER= PFA03027@nifty.ne.jp
COMMENT= Code converter for any of Mule's code COMMENT= Code converter for any of Mule's code
MAN1= coco.1 m2ps.1 MAN1= coco.1 m2ps.1
MANCOMPRESSED= no MANCOMPRESSED= no
WRKSRC= ${WRKDIR}/mule-${MULE_VERSION}-${EMACS_VERSION} WRKSRC= ${WRKDIR}/mule-${MULE_VERSION}-${EMACS_VERSION}
GNU_CONFIGURE= yes GNU_CONFIGURE= yes

View File

@ -4,7 +4,7 @@ PORTNAME= plover
PORTVERSION= 2.2.0 PORTVERSION= 2.2.0
CATEGORIES= textproc CATEGORIES= textproc
MASTER_SITES= http://launchpadlibrarian.net/88624187/ MASTER_SITES= http://launchpadlibrarian.net/88624187/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= olgeni@FreeBSD.org MAINTAINER= olgeni@FreeBSD.org
COMMENT= Open source solution for stenography COMMENT= Open source solution for stenography

View File

@ -1,14 +1,14 @@
# Created by: David Bushong <david+ports@bushong.net> # Created by: David Bushong <david+ports@bushong.net>
# $FreeBSD$ # $FreeBSD$
PORTNAME= chtml PORTNAME= chtml
PORTVERSION= 0.0 PORTVERSION= 0.0
CATEGORIES= www devel lang CATEGORIES= www devel lang
MASTER_SITES= http://people.delphiforums.com/gjc/ MASTER_SITES= http://people.delphiforums.com/gjc/
DISTNAME= chtml DISTNAME= chtml
EXTRACT_SUFX= .tgz EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= Chunked HTML templating engine COMMENT= Chunked HTML templating engine
BUILD_DEPENDS= ${LOCALBASE}/bin/csiod:${PORTSDIR}/lang/siod BUILD_DEPENDS= ${LOCALBASE}/bin/csiod:${PORTSDIR}/lang/siod

View File

@ -13,7 +13,7 @@ COMMENT= Modified version of mod_log_config for Apache 2.2.x
LICENSE= APACHE11 LICENSE= APACHE11
USES= tar:xz USES= tar:xz
USE_APACHE= 22 USE_APACHE= 22
AP_FAST_BUILD= yes AP_FAST_BUILD= yes
SRC_FILE= mod_log_config.c SRC_FILE= mod_log_config.c

View File

@ -17,7 +17,7 @@ LICENSE_NAME_PUBLIC_DOMAIN= Public Domain
LICENSE_TEXT_PUBLIC_DOMAIN= mod_log_mysql.c is in the Public Domain as of 2003.10.23. LICENSE_TEXT_PUBLIC_DOMAIN= mod_log_mysql.c is in the Public Domain as of 2003.10.23.
LICENSE_PERMS_PUBLIC_DOMAIN= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_PERMS_PUBLIC_DOMAIN= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= tar:xz USES= tar:xz
RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_log_config-st.so:${PORTSDIR}/www/mod_log_config-st RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_log_config-st.so:${PORTSDIR}/www/mod_log_config-st
USE_APACHE= 22 USE_APACHE= 22

View File

@ -10,8 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org MAINTAINER= perl@FreeBSD.org
COMMENT= Simple HTTP server class COMMENT= Simple HTTP server class
LICENSE= ART10 GPLv1 LICENSE= ART10 GPLv1
LICENSE_COMB= dual LICENSE_COMB= dual
BUILD_DEPENDS= p5-HTTP-Date>=6:${PORTSDIR}/www/p5-HTTP-Date \ BUILD_DEPENDS= p5-HTTP-Date>=6:${PORTSDIR}/www/p5-HTTP-Date \
p5-HTTP-Message>=6:${PORTSDIR}/www/p5-HTTP-Message \ p5-HTTP-Message>=6:${PORTSDIR}/www/p5-HTTP-Message \

View File

@ -10,8 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= matthew@FreeBSD.org MAINTAINER= matthew@FreeBSD.org
COMMENT= Calendar extension module for the RT ticketing system COMMENT= Calendar extension module for the RT ticketing system
LICENSE_COMB= dual LICENSE_COMB= dual
LICENSE= ART10 GPLv1 LICENSE= ART10 GPLv1
BUILD_DEPENDS= p5-Date-ICal>0:${PORTSDIR}/devel/p5-Date-ICal \ BUILD_DEPENDS= p5-Date-ICal>0:${PORTSDIR}/devel/p5-Date-ICal \
p5-Data-ICal>0:${PORTSDIR}/deskutils/p5-Data-ICal \ p5-Data-ICal>0:${PORTSDIR}/deskutils/p5-Data-ICal \

View File

@ -21,7 +21,7 @@ USE_PYTHON= yes
USE_PYDISTUTILS= yes USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_AUTOPLIST= yes
OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
OPTIONS_DEFINE= TAGGING OPTIONS_DEFINE= TAGGING
OPTIONS_DEFAULT= TAGGING OPTIONS_DEFAULT= TAGGING

View File

@ -6,7 +6,7 @@ PORTVERSION= 0.1
CATEGORIES= www python CATEGORIES= www python
MASTER_SITES= http://alldunn.com/python/ \ MASTER_SITES= http://alldunn.com/python/ \
ftp://ftp.holywar.net/pub/FreeBSD/ ftp://ftp.holywar.net/pub/FreeBSD/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME} DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .py EXTRACT_SUFX= .py
EXTRACT_ONLY= # EXTRACT_ONLY= #

View File

@ -12,7 +12,7 @@ COMMENT= Red5 is an Open Source Flash Server
USE_JAVA= yes USE_JAVA= yes
NO_BUILD= yes NO_BUILD= yes
USE_RC_SUBR= red5 USE_RC_SUBR= red5
WRKSRC= ${WRKDIR}/red5-server-1.0 WRKSRC= ${WRKDIR}/red5-server-1.0
RED5_USER?= ${WWWOWN} RED5_USER?= ${WWWOWN}
RED5_GRP?= ${WWWGRP} RED5_GRP?= ${WWWGRP}

View File

@ -1,13 +1,13 @@
# Created by: Rodrigo Nicola Lombardo <rodnic@gmail.com> # Created by: Rodrigo Nicola Lombardo <rodnic@gmail.com>
# $FreeBSD$ # $FreeBSD$
PORTNAME= url_mount PORTNAME= url_mount
PORTVERSION= 0.2.1 PORTVERSION= 0.2.1
CATEGORIES= www rubygems CATEGORIES= www rubygems
MASTER_SITES= RG MASTER_SITES= RG
MAINTAINER= rodnic@gmail.com MAINTAINER= rodnic@gmail.com
COMMENT= Glue to allow mounted rack applications to know where they're mounted COMMENT= Glue to allow mounted rack applications to know where they're mounted
RUN_DEPENDS= rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack RUN_DEPENDS= rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack

View File

@ -26,15 +26,15 @@ PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
.if !defined(SVN_REV) .if !defined(SVN_REV)
.if defined(BOOTSTRAP) .if defined(BOOTSTRAP)
LANG= "C" LANG= "C"
SVN_REV!= svn info http://trac-hacks.org/svn/tagsplugin/trunk/ | ${GREP} Revision | cut -d' ' -f2 SVN_REV!= svn info http://trac-hacks.org/svn/tagsplugin/trunk/ | ${GREP} Revision | cut -d' ' -f2
.else .else
.include "Makefile.svn_rev" .include "Makefile.svn_rev"
.endif .endif
.endif .endif
.if defined(BOOTSTRAP) || defined(SVN_FETCH) .if defined(BOOTSTRAP) || defined(SVN_FETCH)
FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion
do-fetch: do-fetch:
${MKDIR} ${WRKDIR} ${MKDIR} ${WRKDIR}

View File

@ -10,13 +10,13 @@ MASTER_SITES= http://langfeldt.net/w3mir/
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= All-purpose HTTP copying and mirroring tool COMMENT= All-purpose HTTP copying and mirroring tool
LICENSE= ART10 LICENSE= ART10
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS} RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5 USES= perl5
USE_PERL5= configure USE_PERL5= configure
INSTALL_TARGET= pure_install INSTALL_TARGET= pure_install

View File

@ -3,7 +3,7 @@
PORTNAME= ghostery PORTNAME= ghostery
PORTVERSION= 5.0.6 PORTVERSION= 5.0.6
DISTVERSIONSUFFIX= -an+fx DISTVERSIONSUFFIX= -an+fx
CATEGORIES= www CATEGORIES= www
MAINTAINER= clutton@zoho.com MAINTAINER= clutton@zoho.com

View File

@ -17,7 +17,7 @@ USE_XORG= xvmc xf86driproto xextproto x11 glproto
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if defined(WITH_NEW_XORG) .if defined(WITH_NEW_XORG)
IGNORE= does not build with X server 1.12 IGNORE= does not build with X server 1.12
.endif .endif
NO_STAGE= yes NO_STAGE= yes

View File

@ -8,7 +8,7 @@ MASTER_SITES= http://www.tobiasjung.net/dl/
DISTNAME= ${PORTNAME}-x11 DISTNAME= ${PORTNAME}-x11
MAINTAINER= manuel.giraud@gmail.com MAINTAINER= manuel.giraud@gmail.com
COMMENT= Profont - The ultimate programming font. COMMENT= Profont - The ultimate programming font.
BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
fc-cache:${PORTSDIR}/x11-fonts/fontconfig fc-cache:${PORTSDIR}/x11-fonts/fontconfig

View File

@ -5,9 +5,9 @@ PORTNAME= gnomemm
PORTVERSION= 2.6.2 PORTVERSION= 2.6.2
PORTREVISION= 8 PORTREVISION= 8
CATEGORIES= x11-toolkits devel gnome CATEGORIES= x11-toolkits devel gnome
MASTER_SITES= # empty MASTER_SITES= # empty
DISTFILES= # empty DISTFILES= # empty
EXTRACT_ONLY= # empty EXTRACT_ONLY= # empty
MAINTAINER= bland@FreeBSD.org MAINTAINER= bland@FreeBSD.org
COMMENT= The "meta-port" for the powerful C++ bindings to the GNOME2 libraries COMMENT= The "meta-port" for the powerful C++ bindings to the GNOME2 libraries

Some files were not shown because too many files have changed in this diff Show More