blob: e4b9d4affa4b880f7904e25b811b9d062d053ec7 (
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
|
# $NetBSD: Makefile,v 1.21 2003/03/03 02:51:04 jschauma Exp $
#
DISTNAME= transfig.3.2.4
PKGNAME= transfig-3.2.4
PKGREVISION= 1
CATEGORIES= graphics print
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/drawing_tools/transfig/} \
ftp://epb.lbl.gov/xfig/
MAINTAINER= root@garbled.net
COMMENT= TeX document creation tool utilizing portable graphics
USE_BUILDLINK2= YES
USE_IMAKE= YES
.include "../../mk/bsd.prefs.mk"
# A default paper size is used only in the IBM-GL/HP-GL driver:
.if defined(PAPERSIZE) && ${PAPERSIZE} == "A4"
MAKE_ENV+= DDA4="-DA4"
.endif
.include "../../graphics/png/buildlink2.mk"
.include "../../graphics/xpm/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|