87996a1230
PR: 27788 Submitted by: Mark Pulford <mark@kyne.com.au>
20 lines
402 B
Makefile
20 lines
402 B
Makefile
# New ports collection makefile for: ppmcaption
|
|
# Date created: May 31, 2001
|
|
# Whom: Mark Pulford <mark@kyne.com.au>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ppmcaption
|
|
PORTVERSION= 0.9
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.jwz.org/ppmcaption/
|
|
|
|
MAINTAINER= markp@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-builtin="ncenB24.bdf -scale 0.5 -blur 5"
|
|
MAN1= ppmcaption.1
|
|
|
|
.include <bsd.port.mk>
|