blob: 73c55f5ff2d7e2e2f794b77845979024cf4ac52f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
PORTNAME= t1lib
PORTVERSION= 5.1.2
PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= SUNSITE/libs/graphics/
MAINTAINER= ler@FreeBSD.org
COMMENT= Type 1 font rasterization library for Unix/X11
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/LGPL
USES= cpe gmake libtool
USE_LDCONFIG= yes
OPTIONS_DEFINE= X11 DOCS
OPTIONS_DEFAULT= X11
OPTIONS_SUB= yes
X11_USES= xorg
X11_USE= XORG=ice,sm,x11,xaw,xext,xmu,xpm,xt
X11_CONFIGURE_WITH= x
ALL_TARGET= without_doc
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e \
'/ALLSUBDIRS/s|$$(DOCSUBDIRS)||g' ${WRKSRC}/Makefile.in
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/t1lib_doc.pdf ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
|