1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/graphics/xfig-devel/Makefile
Chuck Robey 31279b7761 Upgrade Xfig to the 3.2 level. Accompanied by the transfig upgrade
at the same time (see ports/print/transfig).
Submitted by:	Brian N. Handy <handy@sag.space.lockheed.com>
1997-08-28 04:27:57 +00:00

28 lines
727 B
Makefile

# New ports collection makefile for: xfig
# Version required: 3.2
# Date created: 4 January 1995
# Whom: roberto
#
# $Id: Makefile,v 1.15 1997/05/02 04:12:10 asami Exp $
#
DISTNAME= xfig.3.2
PKGNAME= xfig-3.2
CATEGORIES= graphics x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications/drawing_tools/xfig
MAINTAINER= asami@FreeBSD.ORG
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \
jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \
Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d
RUN_DEPENDS= fig2dev:${PORTSDIR}/print/transfig
USE_IMAKE= yes
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults \
XFIGLIBDIR=${PREFIX}/lib/X11/xfig -f
.include <bsd.port.mk>