mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f0dd53f0e9
don't USE_IMAKE, don't appear to change behaviour on NOMANCOMPRESS (many do, subtly) and don't install more than one manpage. Any port listed here is a good candidate for a general review simply due to age... For example, a number of them seem to patch an install: target into the program Makefile and/or arbitrarily compress their manpages from patches/patch-*. This has been out-of-vogue since I would guess mid-1996, at least.
26 lines
597 B
Makefile
26 lines
597 B
Makefile
# New ports collection makefile for: ashe
|
|
# Version required: 1.1.2
|
|
# Date created: 16 October 1995
|
|
# Whom: pst
|
|
#
|
|
# $Id: Makefile,v 1.6 1998/08/23 06:46:37 hoek 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
|
|
|
|
MAINTAINER= ports@FreeBSD.ORG
|
|
|
|
MAN1= xhtml.1
|
|
MANCOMPRESSED= yes
|
|
|
|
REQUIRES_MOTIF= yes
|
|
NO_WRKSUBDIR= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
.include <bsd.port.mk>
|