1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/print/libotf/Makefile
Martin Wilke 49767937a8 - Strip binary
- Update categroies
- USES=libtools

PR:		191109
2014-06-17 15:44:08 +00:00

24 lines
551 B
Makefile

# Created by: Kimura Fuyuki <fuyuki@hadaly.org>
# $FreeBSD$
PORTNAME= libotf
PORTVERSION= 0.9.13
PORTREVISION= 2
CATEGORIES= print devel textproc
MASTER_SITES= ${MASTER_SITE_SAVANNAH}:m17n
MASTER_SITE_SUBDIR= m17n
MAINTAINER= nikola.lecic@anthesphoria.net
COMMENT= Library for handling OpenType fonts
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
USES= pathfix pkgconfig libtool:keepla
USE_XORG= x11 xt xaw xmu
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
INSTALL_TARGET= install-strip
.include <bsd.port.mk>