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