mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2c581c57dd
it does not carry the '.full' xfig source tarball. PR: 23331 Submitted by: quinot@inf.enst.fr
41 lines
892 B
Makefile
41 lines
892 B
Makefile
# New ports collection makefile for: xfig
|
|
# Date created: 4 January 1995
|
|
# Whom: roberto
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xfig
|
|
PORTVERSION= 3.2.3c
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.xfig.org/xfigdist/ \
|
|
ftp://www-epb.lbl.gov/xfig/ \
|
|
${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= applications/drawing_tools/xfig
|
|
DISTNAME= ${PORTNAME}.${PORTVERSION}.full
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
|
|
RUN_DEPENDS= fig2dev:${PORTSDIR}/print/transfig
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION}
|
|
|
|
USE_IMAKE= yes
|
|
USE_XPM= yes
|
|
MAN1= xfig.1
|
|
|
|
pre-fetch:
|
|
.if !defined(NO_GSBIT)
|
|
@${ECHO_MSG} "To build this port without Ghostscript support,"
|
|
@${ECHO_MSG} "define \"NO_GSBIT\"."
|
|
.endif
|
|
|
|
post-patch:
|
|
.if defined(NO_GSBIT)
|
|
@${PERL} -pi -e 's|-DGSBIT ||g' ${WRKSRC}/Imakefile
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|