9cda78b31f
Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
19 lines
500 B
Makefile
19 lines
500 B
Makefile
# New ports collection makefile for: xfig
|
|
# Version required: 3.1.3
|
|
# Date created: 4 January 1995
|
|
# Whom: asami
|
|
# Original by: roberto
|
|
#
|
|
# $Id: Makefile,v 1.3 1995/01/24 05:53:43 asami Exp $
|
|
#
|
|
|
|
DISTNAME= xfig.3.1.3
|
|
PKGNAME= xfig-3.1.3
|
|
WRKSRC= ${WRKDIR}/xfig
|
|
MASTER_SITES= ftp://ftp.x.org/contrib/applications/drawing_tools/xfig/ \
|
|
ftp://crl.dec.com/pub/X11/contrib/applications/drawing_tools/xfig/
|
|
DEPENDS= ${PORTSDIR}/graphics/xpm
|
|
USE_IMAKE= yes
|
|
INSTALL_MANPAGES= yes
|
|
|
|
.include <bsd.port.mk>
|