freebsd-ports/www/chimera/Makefile

24 lines
615 B
Makefile
Raw Normal View History

# Created by: Satoshi Asami <asami@FreeBSD.org>
1999-08-31 04:43:35 +02:00
# $FreeBSD$
PORTNAME= chimera
2001-02-05 16:33:58 +01:00
PORTVERSION= 1.70p0
PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= http://www.rocklinux.net/people/ripclaw/projects/software/chimera/devel/
1995-04-04 17:46:33 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= X/Athena-based World Wide Web client
2005-05-07 13:33:39 +02:00
RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support
NO_LATEST_LINK= yes
2013-06-29 00:36:32 +02:00
USES= imake
USE_XORG= ice sm x11 xaw xext xmu xpm xt
1995-04-04 17:46:33 +02:00
# Call the port's configure script explicitly, since USES=imake masks it out
pre-configure:
${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
.include <bsd.port.mk>