freebsd-ports/graphics/dc20ctrl/Makefile
Maxim Sobolev 6db96c0500 Bump png shared library version.
Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org>
2000-07-04 07:13:35 +00:00

24 lines
493 B
Makefile

# New ports collection makefile for: dc20ctrl
# Date created: 17 Feb 1998
# Whom: Ugo Paternostro <paterno@dsi.unifi.it>
#
# $FreeBSD$
#
PORTNAME= dc20ctrl
PORTVERSION= 0.4
CATEGORIES= graphics
MASTER_SITES= http://www.paternostro.org/~ugo/binaries/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff \
png.4:${PORTSDIR}/graphics/png
MAKE_ARGS= -DUSE_JPEG -DUSE_TIFF -DUSE_PNG
MAN1= dc20ctrl.1
.include <bsd.port.mk>