Lines 6-14
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= libotf |
8 |
PORTNAME= libotf |
9 |
PORTVERSION= 0.9.2 |
9 |
PORTVERSION= 0.9.3 |
10 |
CATEGORIES= print devel |
10 |
CATEGORIES= print devel |
11 |
MASTER_SITES= http://tsukuba.m17n.org/libotf/ |
11 |
MASTER_SITES= http://www.m17n.org/libotf/ |
12 |
|
12 |
|
13 |
MAINTAINER= ports@FreeBSD.org |
13 |
MAINTAINER= ports@FreeBSD.org |
14 |
COMMENT= Library for handling OpenType fonts |
14 |
COMMENT= Library for handling OpenType fonts |
Lines 17-25
Link Here
|
17 |
|
17 |
|
18 |
USE_XLIB= yes |
18 |
USE_XLIB= yes |
19 |
USE_LIBTOOL_VER= 15 |
19 |
USE_LIBTOOL_VER= 15 |
20 |
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
20 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
21 |
|
|
|
22 |
MAKE_ARGS= AM_CPPFLAGS="-I${X11BASE}/include" |
23 |
INSTALLS_SHLIB= yes |
21 |
INSTALLS_SHLIB= yes |
24 |
|
22 |
|
25 |
.include <bsd.port.mk> |
23 |
.include <bsd.port.mk> |