1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/graphics/dc20ctrl/Makefile

25 lines
521 B
Makefile
Raw Normal View History

# New ports collection makefile for: dc20ctrl
# Date created: 17 Feb 1998
# Whom: Ugo Paternostro <paterno@dsi.unifi.it>
#
1999-08-25 06:16:32 +00:00
# $FreeBSD$
#
PORTNAME= dc20ctrl
PORTVERSION= 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/tiff \
1999-01-23 07:05:35 +00:00
png.3:${PORTSDIR}/graphics/png
MAKE_FLAGS= -DUSE_JPEG -DUSE_TIFF -DUSE_PNG
MAN1= dc20ctrl.1
MANCOMPRESSED= yes
.include <bsd.port.mk>