Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= fontforge |
4 |
PORTNAME= fontforge |
5 |
DISTVERSION= 20150228 |
5 |
DISTVERSION= 20150430 |
6 |
CATEGORIES= print |
6 |
CATEGORIES= print |
7 |
DISTFILES= ${PORTNAME}-${DISTVERSION}.tar.gz |
7 |
DISTFILES= ${PORTNAME}-${DISTVERSION}.tar.gz |
8 |
|
8 |
|
Lines 24-33
Link Here
|
24 |
libltdl.so:${PORTSDIR}/devel/libltdl |
24 |
libltdl.so:${PORTSDIR}/devel/libltdl |
25 |
|
25 |
|
26 |
USE_GITHUB= yes |
26 |
USE_GITHUB= yes |
27 |
GH_ACCOUNT= fontforge |
|
|
28 |
GH_COMMIT= 53e171b |
29 |
|
27 |
|
30 |
USES= autoreconf:build desktop-file-utils execinfo gettext gmake iconv libtool pkgconfig python shared-mime-info |
28 |
USES= autoreconf:build desktop-file-utils execinfo gettext gmake iconv \ |
|
|
29 |
libtool pkgconfig python shared-mime-info |
31 |
USE_XORG= x11 xi ice xkbui |
30 |
USE_XORG= x11 xi ice xkbui |
32 |
USE_GNOME= glib20 gtk20 libxml2 pango |
31 |
USE_GNOME= glib20 gtk20 libxml2 pango |
33 |
|
32 |
|
Lines 74-80
Link Here
|
74 |
(cd ${WRKSRC} && \ |
73 |
(cd ${WRKSRC} && \ |
75 |
${SH} -c '. ./bootstrap.conf ; \ |
74 |
${SH} -c '. ./bootstrap.conf ; \ |
76 |
${LOCALBASE}/bin/libtoolize -i -c -q ; \ |
75 |
${LOCALBASE}/bin/libtoolize -i -c -q ; \ |
77 |
gnulib-tool --aux-dir=config --m4-base=m4 --libtool --symlink --import $${gnulib_modules}' ; \ |
76 |
${LOCALBASE}/bin/gnulib-tool --aux-dir=config --m4-base=m4 --libtool --symlink --import $${gnulib_modules}' ; \ |
78 |
export LIBTOOLIZE=true ; ${LOCALBASE}/bin/autoreconf -s -i) |
77 |
export LIBTOOLIZE=true ; ${LOCALBASE}/bin/autoreconf -s -i) |
79 |
|
78 |
|
80 |
.include <bsd.port.mk> |
79 |
.include <bsd.port.mk> |