1998-12-21 21:19:18 -05:00
|
|
|
# New ports collection makefile for: dc20ctrl
|
|
|
|
# Date created: 17 Feb 1998
|
|
|
|
# Whom: Ugo Paternostro <paterno@dsi.unifi.it>
|
|
|
|
#
|
1999-08-25 02:16:32 -04:00
|
|
|
# $FreeBSD$
|
1998-12-21 21:19:18 -05:00
|
|
|
#
|
|
|
|
|
2000-04-13 02:28:28 -04:00
|
|
|
PORTNAME= dc20ctrl
|
|
|
|
PORTVERSION= 0.4
|
1998-12-21 21:19:18 -05:00
|
|
|
CATEGORIES= graphics
|
2000-06-28 09:02:47 -04:00
|
|
|
MASTER_SITES= http://www.paternostro.org/~ugo/binaries/
|
1998-12-21 21:19:18 -05:00
|
|
|
|
2000-06-28 09:03:47 -04:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
|
1998-12-21 21:19:18 -05:00
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
1999-09-07 06:45:31 -04:00
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff \
|
2000-07-04 03:13:35 -04:00
|
|
|
png.4:${PORTSDIR}/graphics/png
|
1998-12-21 21:19:18 -05:00
|
|
|
|
2000-06-28 09:02:47 -04:00
|
|
|
MAKE_ARGS= -DUSE_JPEG -DUSE_TIFF -DUSE_PNG
|
1998-12-21 21:19:18 -05:00
|
|
|
|
|
|
|
MAN1= dc20ctrl.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|