summaryrefslogtreecommitdiff
path: root/textproc/t1lib/Makefile
blob: b0f5eb9bc3d4cafd19a05ba1ae4668e37f76380f (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
29
# $NetBSD: Makefile,v 1.1.1.1 1998/11/05 08:26:03 garbled Exp $
#

DISTNAME=		t1lib-0.8-beta
PKGNAME=		t1lib-0.8
CATEGORIES=		textproc
MASTER_SITES=		${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=	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"