1998-12-22 02:19:18 +00:00
|
|
|
# New ports collection makefile for: dc20ctrl
|
|
|
|
# Version required: 0.4
|
|
|
|
# Date created: 17 Feb 1998
|
|
|
|
# Whom: Ugo Paternostro <paterno@dsi.unifi.it>
|
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1998-12-22 02:19:18 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= dc20ctrl-0.4
|
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://aguirre.dsi.unifi.it/~paterno/binaries/
|
|
|
|
|
|
|
|
MAINTAINER= paterno@dsi.unifi.it
|
|
|
|
|
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff34 \
|
1999-01-23 07:05:35 +00:00
|
|
|
png.3:${PORTSDIR}/graphics/png
|
1998-12-22 02:19:18 +00:00
|
|
|
|
|
|
|
MAKE_FLAGS= -DUSE_JPEG -DUSE_TIFF -DUSE_PNG
|
|
|
|
|
|
|
|
MAN1= dc20ctrl.1
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|