1995-01-05 05:41:17 +00:00
|
|
|
# New ports collection makefile for: xfig
|
1997-08-28 04:27:57 +00:00
|
|
|
# Version required: 3.2
|
1995-01-05 05:41:17 +00:00
|
|
|
# Date created: 4 January 1995
|
1995-04-09 07:09:55 +00:00
|
|
|
# Whom: roberto
|
1995-01-05 05:41:17 +00:00
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1995-01-05 05:41:17 +00:00
|
|
|
#
|
|
|
|
|
1998-07-06 08:45:11 +00:00
|
|
|
DISTNAME= xfig.3.2.2
|
|
|
|
PKGNAME= xfig-3.2.2
|
1998-11-21 07:27:41 +00:00
|
|
|
CATEGORIES= graphics
|
1996-11-18 09:56:45 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
|
|
MASTER_SITE_SUBDIR= applications/drawing_tools/xfig
|
1995-04-09 07:09:55 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1995-04-09 07:09:55 +00:00
|
|
|
|
1998-09-17 00:33:02 +00:00
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
|
1998-09-15 11:46:15 +00:00
|
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
1998-09-21 01:35:33 +00:00
|
|
|
Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d
|
1997-05-02 04:12:10 +00:00
|
|
|
RUN_DEPENDS= fig2dev:${PORTSDIR}/print/transfig
|
1995-04-09 07:09:55 +00:00
|
|
|
|
1999-12-29 08:39:19 +00:00
|
|
|
.if defined(WANT_GS_SUPPORT)
|
|
|
|
RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript5
|
|
|
|
.endif
|
|
|
|
|
1995-01-05 05:41:17 +00:00
|
|
|
USE_IMAKE= yes
|
1998-10-05 03:13:41 +00:00
|
|
|
MAN1= xfig.1
|
|
|
|
|
1995-02-27 23:51:31 +00:00
|
|
|
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
|
1995-04-18 05:05:18 +00:00
|
|
|
XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults \
|
|
|
|
XFIGLIBDIR=${PREFIX}/lib/X11/xfig -f
|
1994-11-23 14:23:28 +00:00
|
|
|
|
1999-12-29 08:39:19 +00:00
|
|
|
.if !defined(WANT_GS_SUPPORT)
|
|
|
|
post-patch:
|
|
|
|
@( cd ${WRKSRC}; ${PERL} -pi -e 's,-DGSBIT ,,' Imakefile )
|
|
|
|
.endif
|
|
|
|
|
1995-01-05 05:41:17 +00:00
|
|
|
.include <bsd.port.mk>
|