slave port, so packge for netpbm 10.30 is made.
This commit is contained in:
parent
7009583ffb
commit
eca2e18194
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163400
2 changed files with 19 additions and 0 deletions
|
@ -381,6 +381,7 @@
|
|||
SUBDIR += multivideo
|
||||
SUBDIR += mxp
|
||||
SUBDIR += netpbm
|
||||
SUBDIR += netpbm-devel
|
||||
SUBDIR += nip2
|
||||
SUBDIR += nurbs++
|
||||
SUBDIR += ocaml-images
|
||||
|
|
18
graphics/netpbm-devel/Makefile
Normal file
18
graphics/netpbm-devel/Makefile
Normal file
|
@ -0,0 +1,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"
|
Loading…
Reference in a new issue