aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/netpbm-devel/Makefile
blob: 189b3075e0f0bc04c90ca8abdec1d9c06689133a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# New ports collection makefile for:    netpm-devel
# Date created:     25.May 2006
# Whom:         dirk.meyer@dinoex.sub.org
#
# $FreeBSD$

CATEGORIES= graphics

MAINTAINER= dinoex@FreeBSD.org

WITH_NETPBM_DEVEL=yes
MASTERDIR?= ${.CURDIR}/../netpbm

.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif

.include "${MASTERDIR}/Makefile"