pkgsrc/print/transfig/Makefile
joerg 58c3144236 Mechanically replace all includes of buildlink3.mk of the following
packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.

graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr
2006-12-15 20:32:52 +00:00

32 lines
829 B
Makefile

# $NetBSD: Makefile,v 1.32 2006/12/15 20:33:00 joerg Exp $
DISTNAME= transfig.3.2.5_alpha7
PKGNAME= transfig-3.2.5alpha7
PKGREVISION= 2
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 "../../converters/libiconv/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"