blob: 6afe69cef0c5d2844d0aec025f6f5c7ac199232d (
plain)
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
|
# $NetBSD: Makefile,v 1.2 1999/04/15 20:39:47 tron Exp $
#
DISTNAME= t1lib-0.8-beta
PKGNAME= t1lib-0.8
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SUNSITE:=libs/graphics/}
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.neuroinformatik.ruhr-uni-bochum.de/ini/PEOPLE/rmz/t1lib.html
BUILD_DEPENDS= latex:../../print/teTeX
WRKSRC= ${WRKDIR}/T1-0.8-beta
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --without-x
post-install:
${MKDIR} ${LOCALBASE}/share/examples/t1lib
${CP} ${WRKSRC}/examples/Makefile ${LOCALBASE}/share/examples/t1lib
${CP} ${WRKSRC}/examples/t1example1.c ${LOCALBASE}/share/examples/t1lib
${CP} ${WRKSRC}/examples/t1lib.config ${LOCALBASE}/share/examples/t1lib
${CP} ${WRKSRC}/examples/README.t1example1 ${LOCALBASE}/share/examples/t1lib
${CP} ${WRKSRC}/examples/FontDataBase ${LOCALBASE}/share/examples/t1lib
.include "../../mk/bsd.pkg.mk"
|