1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/graphics/xfig/Makefile
Pav Lucistnik dedfeb6928 - Fix runtime; new_string prototype was not defined
PR:		ports/92223
Submitted by:	Steven G. Kargl <kargl@troutmask.apl.washington.edu>
2006-01-24 15:11:08 +00:00

50 lines
1.0 KiB
Makefile

# New ports collection makefile for: xfig
# Date created: 4 January 1995
# Whom: roberto
#
# $FreeBSD$
#
PORTNAME= xfig
PORTVERSION= 3.2.4
PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= http://xfig.org/software/xfig/${PORTVERSION}/ \
ftp://www-epb.lbl.gov/xfig/%SUBDIR%/
MASTER_SITE_SUBDIR= . previous_versions
DISTNAME= ${PORTNAME}.${PORTVERSION}.full
MAINTAINER= ports@FreeBSD.org
COMMENT= A drawing program for X11
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d
RUN_DEPENDS= fig2dev:${PORTSDIR}/print/transfig
CONFLICTS= xfig-3.2.5*
WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION}
USE_IMAKE= yes
USE_XPM= yes
MAN1= xfig.1
.if !defined(NOPORTDOCS)
INSTALL_TARGET= install install.all
.endif
OPTIONS= GHOSTSCRIPT "Ghostscript support" on
.include <bsd.port.pre.mk>
post-extract:
@${CP} ${WRKSRC}/Doc/xfig.man ${WRKSRC}
post-patch:
.if defined(WITHOUT_GHOSTSCRIPT)
@${REINPLACE_CMD} -e 's|-DGSBIT ||g' ${WRKSRC}/Imakefile
.endif
.include <bsd.port.post.mk>