blob: 4e4ed024c21e3fce976f865efc072a1b4efd19bf (
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
|
# 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>
|