blob: eb0977268e976c3fc19d2d3304cd47df3afc3170 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: dc20ctrl
# Version required: 0.4
# Date created: 17 Feb 1998
# Whom: Ugo Paternostro <paterno@dsi.unifi.it>
#
# $Id: Makefile,v 1.1.1.1 1998/12/22 02:19:18 jseger Exp $
#
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 \
png.3:${PORTSDIR}/graphics/png
MAKE_FLAGS= -DUSE_JPEG -DUSE_TIFF -DUSE_PNG
MAN1= dc20ctrl.1
MANCOMPRESSED= yes
.include <bsd.port.mk>
|