1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/graphics/xfig/Makefile
Satoshi Asami 036fd37b20 Add RUN_DEPENDS to fig2dev:transfig. xfig is quite useless without
the ability to export the pictures. ;)

Submitted by:	jhs
1997-05-02 04:12:10 +00:00

27 lines
694 B
Makefile

# New ports collection makefile for: xfig
# Version required: 3.1.4
# Date created: 4 January 1995
# Whom: roberto
#
# $Id: Makefile,v 1.14 1996/11/19 04:18:46 asami Exp $
#
DISTNAME= xfig.3.1.4
PKGNAME= xfig-3.1.4
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
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>