Index: head/print/fontforge/Makefile =================================================================== --- head/print/fontforge/Makefile (revision 70190) +++ head/print/fontforge/Makefile (revision 70191) @@ -1,71 +1,71 @@ # New ports collection makefile for: pfaedit # Date created: 25 March 2001 # Whom: KANOU Hiroki # # $FreeBSD$ # PORTNAME= pfaedit PORTVERSION= 20${DIST_VER} CATEGORIES= print MASTER_SITES= http://pfaedit.sourceforge.net/ DISTFILES= ${EXTRACT_ONLY} .if !defined(NOPORTDOCS) DISTFILES+= ${DOCFILE} .endif MAINTAINER= kanou@mil.allnet.ne.jp LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ ungif.5:${PORTSDIR}/graphics/libungif \ freetype.9:${PORTSDIR}/print/freetype2 USE_GMAKE= yes USE_XLIB= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_SCRIPT= configure.static CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ CFLAGS="$(CFLAGS) -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2" WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= pfaedit MAN1= pfaedit.1 sfddiff.1 -DIST_VER= 021102 +DIST_VER= 021113 EXTRACT_ONLY= ${PORTNAME}_full-${DIST_VER}.tgz cidmaps.tgz .if !defined(NOPORTDOCS) DOC_VER= 020910 DOCFILE= ${PORTNAME}_htdocs-${DOC_VER}.tgz .endif .if !defined(NOPORTDOCS) post-extract: ${MKDIR} ${WRKDIR}/html ${WRKSRC}/cidmap ${TAR} -xzC ${WRKDIR}/html -f ${DISTDIR}/${DOCFILE} ${RM} ${WRKDIR}/html/cidmaps.tgz ${MV} ${WRKDIR}/*.cidmap ${WRKSRC}/cidmap .endif xxxpost-patch: ${REINPLACE_CMD} -e \ 's,/usr/include/freetype2,${PREFIX}/include/freetype2 -I${PREFIX}/include,g' \ ${WRKSRC}/configure ${WRKSRC}/configure.in \ ${WRKSRC}/configure.pfaedit ${WRKSRC}/configure.pfaedit.in \ ${WRKSRC}/configure.static.in \ ${WRKSRC}/configure.ttfmod ${WRKSRC}/configure.ttfmod.in ${REINPLACE_CMD} -e 's,/usr/share/,${PREFIX}/share/,g' \ ${WRKSRC}/pfaedit/pfaedit.1 ${REINPLACE_CMD} -e 's,/usr/pkg/,${PREFIX}/,g' ${WRKSRC}/*/[mM]akefile.* post-install: ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR} .if !defined(NOPORTDOCS) ${INSTALL_DATA} ${WRKDIR}/html/* ${DOCSDIR} .endif .include Property changes on: head/print/fontforge/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/print/fontforge/distinfo =================================================================== --- head/print/fontforge/distinfo (revision 70190) +++ head/print/fontforge/distinfo (revision 70191) @@ -1,3 +1,3 @@ -MD5 (pfaedit_full-021102.tgz) = f2794c7dafa14eca7ae87e685a1a278a +MD5 (pfaedit_full-021113.tgz) = 9e9460ef0e203b90b2990b4ed46b8e86 MD5 (cidmaps.tgz) = d40e9a779f620a5358ab782d6d76eb2f MD5 (pfaedit_htdocs-020910.tgz) = 2d4b256d4595a9f77d49d47b5a9428c1 Property changes on: head/print/fontforge/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/print/pfaedit/Makefile =================================================================== --- head/print/pfaedit/Makefile (revision 70190) +++ head/print/pfaedit/Makefile (revision 70191) @@ -1,71 +1,71 @@ # New ports collection makefile for: pfaedit # Date created: 25 March 2001 # Whom: KANOU Hiroki # # $FreeBSD$ # PORTNAME= pfaedit PORTVERSION= 20${DIST_VER} CATEGORIES= print MASTER_SITES= http://pfaedit.sourceforge.net/ DISTFILES= ${EXTRACT_ONLY} .if !defined(NOPORTDOCS) DISTFILES+= ${DOCFILE} .endif MAINTAINER= kanou@mil.allnet.ne.jp LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ ungif.5:${PORTSDIR}/graphics/libungif \ freetype.9:${PORTSDIR}/print/freetype2 USE_GMAKE= yes USE_XLIB= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_SCRIPT= configure.static CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ CFLAGS="$(CFLAGS) -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2" WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= pfaedit MAN1= pfaedit.1 sfddiff.1 -DIST_VER= 021102 +DIST_VER= 021113 EXTRACT_ONLY= ${PORTNAME}_full-${DIST_VER}.tgz cidmaps.tgz .if !defined(NOPORTDOCS) DOC_VER= 020910 DOCFILE= ${PORTNAME}_htdocs-${DOC_VER}.tgz .endif .if !defined(NOPORTDOCS) post-extract: ${MKDIR} ${WRKDIR}/html ${WRKSRC}/cidmap ${TAR} -xzC ${WRKDIR}/html -f ${DISTDIR}/${DOCFILE} ${RM} ${WRKDIR}/html/cidmaps.tgz ${MV} ${WRKDIR}/*.cidmap ${WRKSRC}/cidmap .endif xxxpost-patch: ${REINPLACE_CMD} -e \ 's,/usr/include/freetype2,${PREFIX}/include/freetype2 -I${PREFIX}/include,g' \ ${WRKSRC}/configure ${WRKSRC}/configure.in \ ${WRKSRC}/configure.pfaedit ${WRKSRC}/configure.pfaedit.in \ ${WRKSRC}/configure.static.in \ ${WRKSRC}/configure.ttfmod ${WRKSRC}/configure.ttfmod.in ${REINPLACE_CMD} -e 's,/usr/share/,${PREFIX}/share/,g' \ ${WRKSRC}/pfaedit/pfaedit.1 ${REINPLACE_CMD} -e 's,/usr/pkg/,${PREFIX}/,g' ${WRKSRC}/*/[mM]akefile.* post-install: ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR} .if !defined(NOPORTDOCS) ${INSTALL_DATA} ${WRKDIR}/html/* ${DOCSDIR} .endif .include Property changes on: head/print/pfaedit/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/print/pfaedit/distinfo =================================================================== --- head/print/pfaedit/distinfo (revision 70190) +++ head/print/pfaedit/distinfo (revision 70191) @@ -1,3 +1,3 @@ -MD5 (pfaedit_full-021102.tgz) = f2794c7dafa14eca7ae87e685a1a278a +MD5 (pfaedit_full-021113.tgz) = 9e9460ef0e203b90b2990b4ed46b8e86 MD5 (cidmaps.tgz) = d40e9a779f620a5358ab782d6d76eb2f MD5 (pfaedit_htdocs-020910.tgz) = 2d4b256d4595a9f77d49d47b5a9428c1 Property changes on: head/print/pfaedit/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property