blob: 57923a54b0ff01ebdf32684c37f4c18466ff1869 (
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
30
31
32
|
# $NetBSD: Makefile,v 1.30 2006/02/05 23:10:41 joerg Exp $
DISTNAME= transfig.3.2.5_alpha7
PKGNAME= transfig-3.2.5alpha7
PKGREVISION= 1
CATEGORIES= graphics print
MASTER_SITES= ftp://epb.lbl.gov/xfig/alpha/
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.xfig.org/
COMMENT= TeX document creation tool utilizing portable graphics
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
# We must use GNU make on Linux
.if ${OPSYS} == "Linux"
USE_TOOLS+= gmake
.endif
MAKE_ENV+= ICONVLIBS="${BUILDLINK_LDADD.iconv}"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/xpm/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|