mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 20020728
PR: ports/41137 Submitted by: maintainer
This commit is contained in:
parent
ddcd2773d6
commit
96d9ddeb85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63754
8 changed files with 12 additions and 8 deletions
|
@ -27,13 +27,13 @@ USE_XLIB= yes
|
||||||
USE_REINPLACE= yes
|
USE_REINPLACE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
|
||||||
CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2"
|
CFLAGS="$(CFLAGS) -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2"
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
ALL_TARGET= pfaedit
|
ALL_TARGET= pfaedit
|
||||||
|
|
||||||
MAN1= pfaedit.1 sfddiff.1
|
MAN1= pfaedit.1 sfddiff.1
|
||||||
|
|
||||||
DIST_VER= 020722
|
DIST_VER= 020728
|
||||||
EXTRACT_ONLY= ${PORTNAME}_full-${DIST_VER}.tgz cidmaps.tgz
|
EXTRACT_ONLY= ${PORTNAME}_full-${DIST_VER}.tgz cidmaps.tgz
|
||||||
|
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (pfaedit_full-020722.tgz) = d469d2425d8d986e01d4570ef6242d5a
|
MD5 (pfaedit_full-020728.tgz) = e5ee113c75b20d25c030cff2940f5614
|
||||||
MD5 (cidmaps.tgz) = d40e9a779f620a5358ab782d6d76eb2f
|
MD5 (cidmaps.tgz) = d40e9a779f620a5358ab782d6d76eb2f
|
||||||
MD5 (pfaedit_htdocs-020626.tgz) = cb0fab49be57efbd42c755255f2cce5a
|
MD5 (pfaedit_htdocs-020626.tgz) = cb0fab49be57efbd42c755255f2cce5a
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- Makefile.in.orig Sat Jun 29 10:17:51 2002
|
--- Makefile.in.orig Sat Jun 29 10:17:51 2002
|
||||||
+++ Makefile.in Sat Jun 29 10:19:57 2002
|
+++ Makefile.in Sat Jun 29 10:19:57 2002
|
||||||
@@ -39,15 +39,15 @@
|
@@ -39,15 +39,16 @@
|
||||||
mkdir -p $(bindir)
|
mkdir -p $(bindir)
|
||||||
mkdir -p $(mandir)/man1
|
mkdir -p $(mandir)/man1
|
||||||
mkdir -p $(sharedir)
|
mkdir -p $(sharedir)
|
||||||
|
@ -9,6 +9,7 @@
|
||||||
- cp pfaedit/pfaedit-*.ui $(sharedir)
|
- cp pfaedit/pfaedit-*.ui $(sharedir)
|
||||||
+ ${BSD_INSTALL_PROGRAM} pfaedit/pfaedit $(bindir)
|
+ ${BSD_INSTALL_PROGRAM} pfaedit/pfaedit $(bindir)
|
||||||
+ ${BSD_INSTALL_PROGRAM} pfaedit/sfddiff $(bindir)
|
+ ${BSD_INSTALL_PROGRAM} pfaedit/sfddiff $(bindir)
|
||||||
|
+ ${BSD_INSTALL_PROGRAM} pfaedit/acorn2sfd $(bindir)
|
||||||
+ ${BSD_INSTALL_DATA} pfaedit/pfaedit-*.ui $(sharedir)
|
+ ${BSD_INSTALL_DATA} pfaedit/pfaedit-*.ui $(sharedir)
|
||||||
#The next line will fail for most installs. If you have downloaded the cidmaps
|
#The next line will fail for most installs. If you have downloaded the cidmaps
|
||||||
# this will install them. If you haven't it won't. You only need the cidmaps
|
# this will install them. If you haven't it won't. You only need the cidmaps
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
bin/pfaedit
|
bin/pfaedit
|
||||||
bin/sfddiff
|
bin/sfddiff
|
||||||
|
bin/acorn2sfd
|
||||||
%%PORTDOCS%%share/doc/pfaedit/AA-Comparison.html
|
%%PORTDOCS%%share/doc/pfaedit/AA-Comparison.html
|
||||||
%%PORTDOCS%%share/doc/pfaedit/AmbrosiaFV-bm.png
|
%%PORTDOCS%%share/doc/pfaedit/AmbrosiaFV-bm.png
|
||||||
%%PORTDOCS%%share/doc/pfaedit/AmbrosiaFV.png
|
%%PORTDOCS%%share/doc/pfaedit/AmbrosiaFV.png
|
||||||
|
|
|
@ -27,13 +27,13 @@ USE_XLIB= yes
|
||||||
USE_REINPLACE= yes
|
USE_REINPLACE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
|
||||||
CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2"
|
CFLAGS="$(CFLAGS) -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2"
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
ALL_TARGET= pfaedit
|
ALL_TARGET= pfaedit
|
||||||
|
|
||||||
MAN1= pfaedit.1 sfddiff.1
|
MAN1= pfaedit.1 sfddiff.1
|
||||||
|
|
||||||
DIST_VER= 020722
|
DIST_VER= 020728
|
||||||
EXTRACT_ONLY= ${PORTNAME}_full-${DIST_VER}.tgz cidmaps.tgz
|
EXTRACT_ONLY= ${PORTNAME}_full-${DIST_VER}.tgz cidmaps.tgz
|
||||||
|
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (pfaedit_full-020722.tgz) = d469d2425d8d986e01d4570ef6242d5a
|
MD5 (pfaedit_full-020728.tgz) = e5ee113c75b20d25c030cff2940f5614
|
||||||
MD5 (cidmaps.tgz) = d40e9a779f620a5358ab782d6d76eb2f
|
MD5 (cidmaps.tgz) = d40e9a779f620a5358ab782d6d76eb2f
|
||||||
MD5 (pfaedit_htdocs-020626.tgz) = cb0fab49be57efbd42c755255f2cce5a
|
MD5 (pfaedit_htdocs-020626.tgz) = cb0fab49be57efbd42c755255f2cce5a
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- Makefile.in.orig Sat Jun 29 10:17:51 2002
|
--- Makefile.in.orig Sat Jun 29 10:17:51 2002
|
||||||
+++ Makefile.in Sat Jun 29 10:19:57 2002
|
+++ Makefile.in Sat Jun 29 10:19:57 2002
|
||||||
@@ -39,15 +39,15 @@
|
@@ -39,15 +39,16 @@
|
||||||
mkdir -p $(bindir)
|
mkdir -p $(bindir)
|
||||||
mkdir -p $(mandir)/man1
|
mkdir -p $(mandir)/man1
|
||||||
mkdir -p $(sharedir)
|
mkdir -p $(sharedir)
|
||||||
|
@ -9,6 +9,7 @@
|
||||||
- cp pfaedit/pfaedit-*.ui $(sharedir)
|
- cp pfaedit/pfaedit-*.ui $(sharedir)
|
||||||
+ ${BSD_INSTALL_PROGRAM} pfaedit/pfaedit $(bindir)
|
+ ${BSD_INSTALL_PROGRAM} pfaedit/pfaedit $(bindir)
|
||||||
+ ${BSD_INSTALL_PROGRAM} pfaedit/sfddiff $(bindir)
|
+ ${BSD_INSTALL_PROGRAM} pfaedit/sfddiff $(bindir)
|
||||||
|
+ ${BSD_INSTALL_PROGRAM} pfaedit/acorn2sfd $(bindir)
|
||||||
+ ${BSD_INSTALL_DATA} pfaedit/pfaedit-*.ui $(sharedir)
|
+ ${BSD_INSTALL_DATA} pfaedit/pfaedit-*.ui $(sharedir)
|
||||||
#The next line will fail for most installs. If you have downloaded the cidmaps
|
#The next line will fail for most installs. If you have downloaded the cidmaps
|
||||||
# this will install them. If you haven't it won't. You only need the cidmaps
|
# this will install them. If you haven't it won't. You only need the cidmaps
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
bin/pfaedit
|
bin/pfaedit
|
||||||
bin/sfddiff
|
bin/sfddiff
|
||||||
|
bin/acorn2sfd
|
||||||
%%PORTDOCS%%share/doc/pfaedit/AA-Comparison.html
|
%%PORTDOCS%%share/doc/pfaedit/AA-Comparison.html
|
||||||
%%PORTDOCS%%share/doc/pfaedit/AmbrosiaFV-bm.png
|
%%PORTDOCS%%share/doc/pfaedit/AmbrosiaFV-bm.png
|
||||||
%%PORTDOCS%%share/doc/pfaedit/AmbrosiaFV.png
|
%%PORTDOCS%%share/doc/pfaedit/AmbrosiaFV.png
|
||||||
|
|
Loading…
Add table
Reference in a new issue