blob: d2a009ac08d488cf7faed20048bc8642e68db6f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.2 1999/03/01 20:33:01 hwr Exp $
#
DISTNAME= pdflib-0.6
CATEGORIES= print
MASTER_SITES= http://www.ifconnection.de/~tm/software/pdflib/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.ifconnection.de/~tm/software/pdflib/
#BUILD_DEPENDS+= gmake-3.77:../../devel/
USE_GMAKE= yes
# the next is a empty target, as pdflib itself does not have a install
# target. The real install is done by scripts/pre-install
do-install:
.include "../../mk/bsd.pkg.mk"
|