mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
f1d59f5f06
PR: 98080 Submitted by: Tom Hukins <tom@eborcom.com>
24 lines
602 B
Makefile
24 lines
602 B
Makefile
# New ports collection makefile for: chimera
|
|
# Version required: 2.0a15
|
|
# Date created: 24 Nov 1997
|
|
# Whom: Bruce Gingery <bgingery@gtcs.com>
|
|
#
|
|
# $Id: Makefile,v 1.20 1999/01/23 07:05:20 vanilla Exp $
|
|
#
|
|
|
|
DISTNAME= chimera-2.0a15
|
|
CATEGORIES= www
|
|
MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera-alpha/ \
|
|
ftp://ftp.netlab.is.tsukuba.ac.jp/pub/network/WWW/chimera/ \
|
|
ftp://ftp.uni-koeln.de/net/inet/WWW/
|
|
|
|
MAINTAINER= bgingery@gtcs.com
|
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
png.3:${PORTSDIR}/graphics/png
|
|
|
|
MAN1= chimera.1
|
|
USE_IMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|