mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
72bea3c3d1
- Fix pkg/DESCR to apply locale naming rule of FreeBSD - Fix pkg/PLIST PR: 16426 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
39 lines
888 B
Makefile
39 lines
888 B
Makefile
# New ports collection makefile for: xfig
|
|
# Version required: 3.2.3a
|
|
# Date created: 4 January 1995
|
|
# Whom: roberto
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= xfig.3.2.3a
|
|
PKGNAME= xfig-3.2.3a
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
|
|
ftp://www-epb.lbl.gov/xfig/
|
|
MASTER_SITE_SUBDIR= applications/drawing_tools/xfig
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d
|
|
RUN_DEPENDS= fig2dev:${PORTSDIR}/print/transfig
|
|
|
|
USE_IMAKE= 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:
|
|
@${PERL} -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/Imakefile
|
|
.if defined(NO_GSBIT)
|
|
@${PERL} -pi -e 's|-DGSBIT ||g' ${WRKSRC}/Imakefile
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|