# New ports collection makefile for: fpdf # Date created: 21 March 2005 # Whom: Thierry Thomas # # $FreeBSD$ # PORTNAME= fpdf PORTVERSION= 1.53 PORTREVISION= 2 CATEGORIES= print www MASTER_SITES= http://www.fpdf.org/fr/ DISTNAME= ${PORTNAME}${PORTVERSION:S|.||} EXTRACT_SUFX= .tgz MAINTAINER= thierry@FreeBSD.org COMMENT= A free PHP class to generate PDF files with pure PHP USE_PHP= zlib FETCH_CMD= /usr/bin/fetch -ARr -o ${DISTDIR}/${DISTFILES} NO_BUILD= yes FPDF_DIR?= share/fpdf SUB_FILES= pkg-message SUB_LIST= FPDF_DIR=${FPDF_DIR} PLIST_SUB= FPDF_DIR=${FPDF_DIR} EXT2CNV= afm htm php txt DOCS= FAQ.htm doc/* fpdf.css histo.htm install.txt tutoriel do-fetch: @if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \ ${FETCH_CMD} ${FETCH_BEFORE_ARGS} \ '${MASTER_SITES}dl.php?v=${PORTVERSION:S|.||}&f=${EXTRACT_SUFX:S|.||}'; \ fi pre-patch: .for ext in ${EXT2CNV} @for f in `${FIND} ${WRKSRC} -type f -name "*.${ext}"` ; do \ ${TR} -d '\r' < $$f > $$f.dos && \ ${MV} $$f.dos $$f ; done .endfor @${FIND} ${WRKSRC} -type f | ${XARGS} ${CHMOD} ${SHAREMODE} do-install: ${MKDIR} ${PREFIX}/${FPDF_DIR} ${INSTALL_DATA} ${WRKSRC}/fpdf.php ${PREFIX}/${FPDF_DIR} ${CP} -R ${WRKSRC}/font ${PREFIX}/${FPDF_DIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${CP} -R ${DOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif post-install: @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include master'>master FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix PORTCOMMENTs that were killing INDEX builds.adamw2002-11-072-2/+1
* Fix for bison 1.75.cy2002-11-071-0/+11
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
* Allow teTeX to be buildable without bringing in X11 (the only casualtyade2002-03-122-12/+25
* Bump png majorache2001-09-111-1/+1
* Remove MANUAL_PACKAGE_BUILD, the package builds and deinstalls correctly.olgeni2001-05-291-1/+0
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-3/+3
* (1) /usr/share/info/dir was renamed to dir-tmpl.taoka2000-07-191-1/+0
* Install texi2dvi which is required by texi2pdf.tg2000-07-132-0/+2
* Bump png shared library version.sobomax2000-07-041-1/+1
* Attempt to fix errors caused by libwww upgrade.jseger2000-04-301-1/+1
* Accidental whitespacecpiazza2000-04-101-2/+2
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
* Use texmf-1.0.2 instead of 1.0.1.tg2000-02-223-2/+4
* Upgrade to 1.0.7.tg2000-02-213-252/+1488
* Ports no longer need to pass CXXFLAGS to configure. bsd.port.mk does thisreg2000-01-301-2/+1
* remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanupsmharo1999-12-251-1/+1
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-281-9/+9
* Upgrade to 1.0.6.tg1999-08-252-7/+8
* MASTER_SITE_TEX_CTAN was misspelled.obrien1999-07-081-2/+2
* An overridable MASTER_SITE_CTAN does little good if it is at the bottom ofobrien1999-07-081-3/+3
* Upgrade to 1.0.5.tg1999-07-065-2052/+6506
* Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-061-1/+0
* Change "Whom" line to match maintainer line, some people apparentlyasami1999-04-201-2/+2
* Don't install ${PREFIX}/bin/install-infojseger1998-12-252-2/+2
* A few more USE_XLIBs.asami1998-11-281-2/+3
* Sorry, marked teTeX instead af teTeX-beta broken by mistake. Also, changeasami1998-11-261-3/+1
* Sorry, still doesn't package.asami1998-11-261-1/+3
* Update maintainer's address.tg1998-10-301-2/+2
* Remove manpages. Don't want to step on hoek's toes but I'm going to replaceasami1998-08-19