blob: 773c4093e787ef103e674e6193c5ebdb56fb69ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: netpbm
# Version required: 1mar1994
# Date created: ?
# Whom: jmz (original)
#
# $Id: Makefile,v 1.4 1995/02/11 13:49:33 asami Exp $
#
DISTNAME= netpbm
DISTFILES= netpbm-1mar1994.tar.gz
MASTER_SITES= ftp://ftp.x.org/R5contrib/
MAINTAINER= asami@FreeBSD.ORG
USE_IMAKE= yes
LIB_DEPENDS= tiff\\.3\\.:${PORTSDIR}/graphics/tiff
.include <bsd.port.mk>
|