freebsd-ports/graphics/xfig-devel/Makefile
Jordan K. Hubbard ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00

23 lines
690 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.7 1995/03/24 11:09:12 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/
CATEGORIES+= graphics x11
MAINTAINER= asami@FreeBSD.ORG
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
XAPPLOADDIR=${PREFIX}/lib/app-defaults \
XFIGLIBDIR=${PREFIX}/lib/xfig -f
.include <bsd.port.mk>