# ex:ts=8 # Ports collection makefile for: pslib # Date created: Jul 13, 2004 # Whom: ijliao # # $FreeBSD$ # PORTNAME= pslib PORTVERSION= 0.4.1 PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= mva@FreeBSD.org COMMENT= A C-library for generating multi page PostScript documents LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff USE_GNOME= gnomehack gnometarget intlhack pkgconfig USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" USE_LDCONFIG= yes OPTIONS= EXAMPLES "Install additional examples" On \ MAN "Install manual pages" On \ NLS "Native language support" On .include .if !defined(WITHOUT_EXAMPLES) EX_NAME= pslib-examples-0.0.9 EX_WRKSRC= ${WRKDIR}/${EX_NAME} DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} ${EX_NAME}${EXTRACT_SUFX} PLIST_SUB+= EXAMPLES="" .else PLIST_SUB+= EXAMPLES="@comment " .endif .if !defined(WITHOUT_MAN) BUILD_DEPENDS+= ${LOCALBASE}/bin/docbook-to-man:${PORTSDIR}/textproc/docbook-to-man \ ${LOCALBASE}/bin/docbook2man:${PORTSDIR}/textproc/docbook-utils MAN3!= ${CAT} ${FILESDIR}/man3 .else # Avoid building the manpages. CONFIGURE_ENV+= ac_cv_prog_DOC_TO_MAN="" .endif .if defined(WITHOUT_NLS) CONFIGURE_ENV+= ac_cv_header_libintl_h=no PLIST_SUB+= NLS="@comment " .else USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif post-patch: .if defined(WITHOUT_NLS) @${REINPLACE_CMD} -e 's|@USE_NLS@|no|g' ${WRKSRC}/po/Makefile.in.in .endif post-install: .if !defined(NOPORTEXAMPLES) ${MKDIR} -m 0755 ${EXAMPLESDIR} @${RM} -f ${EX_WRKSRC}/Makefile.unix ${EX_WRKSRC}/ChangeLog \ ${EX_WRKSRC}/CMakeLists.txt cd ${EX_WRKSRC} && ${PAX} -rw * ${EXAMPLESDIR} .endif .include el/electron4/files/elliptic-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Update to 2.7.0pav2004-04-0212-920/+1041
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
* Drop maintainership.nbm2004-03-261-1/+1
* Upgrade www/zope to version 2.6.2nbm2003-11-223-47/+39
* Don't list Data.fs, as it's precious and should not be overwritten whennbm2003-08-292-5/+7
* Port isn't broken, and claim maintainership.nbm2003-08-281-3/+1
* BROKEN: Does not buildkris2003-08-071-0/+2
* update www/zope: allow zope to build with other python versionsdaichi2003-07-091-1/+1
* Change python dependency to 2.1 as the documentation recommends.perky2003-06-161-1/+2
* Upgrade to 2.6.1perky2003-05-123-10/+30
* BROKEN: Does not compilekris2003-05-071-0/+2
* I just don't have the time to maintain this and all its issues.alane2003-04-111-1/+1
* Clear moonlight beckons.ade2003-03-072-1/+1
* restore python21 dependency that was lost in upgradealane2003-02-071-0/+2
* Updated to 2.6.0. Simon, you forgot to remove the temp files before makingalane2003-01-133-132/+307
* Create the cgi-bin dir for Zope's cgi scripts if it doesn't exist, ratheralane2002-11-031-15/+13
* Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realizealane2002-11-011-1/+1
* Changed MAINTAINER to my FreeBSD address.alane2002-11-011-1/+1
* 1. Use the link /usr/local/www/cgi-bin for installing the cgi scripts.alane2002-07-273-6/+20
* 1. Redirect stderr to /dev/null as well as stdout in rc.d/zope.sh, so thatalane2002-06-202-2/+3
* Upgrade to Zope 2.5.1nbm2002-05-094-25/+27
* Implement the HotFix described atnbm2002-03-233-3/+11
* Add install and deinstall scripts I forgot to commit last time.nbm2002-02-092-0/+49
* Upgrade to 2.5.0 plus the security fix.nbm2002-02-064-145/+575
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-1/+1
* Upgrade to 2.4.2nbm2001-10-203-4/+14
* Upgrade to Zope 2.4.1.nbm2001-09-103-211/+220
* Acqusition context checking hotfixnbm2001-08-053-5/+12
* Upgrade to 2.4.0.vanilla2001-07-263-110/+431
* Update port to version 2.3.3.olgeni2001-07-053-12/+5
* Add missing @dirrm for Hotfix_2001_05_01.olgeni2001-05-281-0/+1
* Actually install the 2001-05-01 Hotfix.nbm2001-05-032-2/+4
* Update to Zope 2.3.2 + Hotfix 2001-05-01nbm2001-05-033-4/+25
* Upgrade to Zope 2.3.1!nbm2001-03-313-65/+159
* Apply Zope hotfix: Hotfix_2001-03-08olgeni2001-03-103-3/+10
* More plist and Makefile fixes.olgeni2001-03-082-22/+18
* Miscellaneous fixes.olgeni2001-03-072-25/+42
* Apply a Zope hotfix, fixing a potential security problem.nbm2001-03-043-3/+10
* Upgrade to Zope 2.3.0. It requires the recent change to python15 fornbm2001-01-293-131/+381
* Update to Zope 2.2.5nbm2001-01-183-103/+74
* Upgrade to Zope 2.2.4, with 2000-12-08, 2000-12-15a, and 2000-12-18nbm2000-12-203-17/+46
* Add __init__.pyc's for the Hotfixes, since they seem to be created.nbm2000-11-041-0/+2
* Fix up my silly mistake of adding DIST_SUBDIR=zope at the last secondnbm2000-10-181-3/+3
* Add two security hotfixes for Zope - more complex Zope internals stuffnbm2000-10-153-2/+19
* Upgrade to Zope 2.2.2nbm2000-09-193-17/+28
* Make Zope management work with non-SSL connections, but give an examplenbm2000-09-191-22/+28
* Zope depends on python 1.5.2, and that is installed from lang/python15nbm2000-09-151-1/+1
* Remove the zope data file if it is the same as installed.nbm2000-09-071-0/+1
* Fix numerous bugs in my upgrading to 2.2.1.nbm2000-09-071-8/+17
* Update to Zope 2.2.1.nbm2000-09-074-43/+55
* Update to 2.2.1b1, since there is a minor security problem in anythingnbm2000-08-153-32/+270
* Take over maintainership from Thomas for a while.nbm2000-08-091-1/+1
* Fix a type in the installation targetnbm2000-08-091-1/+1
* Update to zope 2.2.0 to fix security hole.kris2000-08-052-4/+2
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-052-3/+19
* Mark FORBIDDEN: someone needs to apply the hotfix as explained in thekris2000-06-201-0/+2
* Update to version 2.1.6.steve2000-05-294-1104/+1170
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-9/+10
* shrink to 24 lines (portlint)mharo2000-02-161-3/+0
* PREFIX -> LOCALBASE (portlint)mharo2000-02-161-1/+1
* ports@freebsd.org -> ports@FreeBSD.orgdirk2000-02-141-1/+1
* Update web information.billf1999-11-291-5/+7
* (1) Look for ${PREFIX}/sbin/apache instead of apache.billf1999-11-291-2/+1
* Fixup homepage in DESCR.steve1999-11-141-1/+1