mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
b503dd609b
Submitted by: roberto
20 lines
446 B
Makefile
20 lines
446 B
Makefile
# New ports collection makefile for: xfig
|
|
# Version required: 3.0
|
|
# Date created: 4 January 1995
|
|
# Whom: asami
|
|
# Original by: roberto
|
|
#
|
|
# $Id:$
|
|
#
|
|
|
|
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}/x11/xpm
|
|
USE_IMAKE= yes
|
|
INSTALL_MANPAGES= yes
|
|
|
|
.include <bsd.port.mk>
|