1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/www/ashe/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

23 lines
586 B
Makefile

# New ports collection makefile for: ashe
# Version required: 1.1.2
# Date created: 16 October 1995
# Whom: pst
#
# WARNING WARNING: Requires Motif to compile & link
#
# $Id: Makefile,v 1.4 1996/11/18 11:40:39 asami Exp $
#
DISTNAME= ashe-1.1.2
CATEGORIES= www
MASTER_SITES= ftp://ftp.cs.rpi.edu/pub/puninj/ASHE/ASHE-1.1.2/src/ \
ftp://ftp.cs.rpi.edu/pub/puninj/ASHE/ASHE-1.1.2/libcci/ \
ftp://ftp.cs.rpi.edu/pub/puninj/ASHE/ASHE-1.1.2/libhtmlw/
DISTFILES= ashe_cci.tar.Z cci.tar.Z libhtmlw.tar.Z
REQUIRES_MOTIF= yes
NO_WRKSUBDIR= yes
USE_X_PREFIX= yes
.include <bsd.port.mk>