openbsd-ports/graphics/xfig/Makefile

27 lines
664 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.12 2000/03/22 18:11:27 espie Exp $
1997-12-02 23:17:13 -05:00
2000-02-02 20:58:08 -05:00
DISTNAME= xfig.3.2.3a
PKGNAME= xfig-3.2.3a
1997-12-02 23:17:13 -05:00
CATEGORIES= graphics x11
2000-03-05 13:30:21 -05:00
NEED_VERSION= 1.223
2000-02-02 20:58:08 -05:00
MASTER_SITES= ftp://www-epb.lbl.gov/xfig/
MASTER_SITE_SUBDIR= applications/drawing_tools/xfig
1997-12-02 23:17:13 -05:00
MAINTAINER= angelos@openbsd.org
2000-03-05 13:30:21 -05:00
LIB_DEPENDS= jpeg.62:graphics/jpeg \
Xaw3d.6.1:x11/Xaw3d
RUN_DEPENDS= fig2dev:print/transfig \
gv:print/gv
1997-12-02 23:17:13 -05:00
2000-03-05 13:30:21 -05:00
USE_IMAKE= Yes
1997-12-02 23:17:13 -05:00
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults \
XFIGLIBDIR=${PREFIX}/lib/X11/xfig
FAKE= Yes
1997-12-02 23:17:13 -05:00
2000-02-02 20:58:08 -05:00
post-patch:
perl -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/Imakefile
1997-12-02 23:17:13 -05:00
.include <bsd.port.mk>