1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/graphics/netpbm/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

19 lines
411 B
Makefile

# New ports collection makefile for: netpbm
# Version required: 1mar1994
# Date created: ?
# Whom: jmz (original)
#
# $Id: Makefile,v 1.5 1995/03/24 11:09:06 asami Exp $
#
DISTNAME= netpbm
DISTFILES= netpbm-1mar1994.tar.gz
MASTER_SITES= ftp://ftp.x.org/R5contrib/
CATEGORIES+= graphics
MAINTAINER= asami@FreeBSD.ORG
USE_IMAKE= yes
LIB_DEPENDS= tiff\\.3\\.:${PORTSDIR}/graphics/tiff
.include <bsd.port.mk>