19 lines
501 B
Makefile
19 lines
501 B
Makefile
# New ports collection makefile for: xfig
|
|
# Version required: 3.0
|
|
# Date created: 4 January 1995
|
|
# Whom: asami
|
|
# Original by: roberto
|
|
#
|
|
# $Id: Makefile,v 1.1.1.2 1995/01/05 05:41:09 asami Exp $
|
|
#
|
|
|
|
DISTNAME= xfig.3.0
|
|
EXTRACT_SUFX= .tar.Z
|
|
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>
|