freebsd-ports/textproc/html/Makefile

31 lines
677 B
Makefile
Raw Normal View History

# New ports collection makefile for: html
# Version required: 4.0
# Date created: Sept 19, 1997
# Whom: jfieber
#
1999-02-11 17:01:16 +01:00
# $Id: Makefile,v 1.3 1998/06/27 05:19:37 asami Exp $
#
DISTNAME= html-4.0b
CATEGORIES= textproc
1999-02-11 17:01:16 +01:00
MASTER_SITES= http://fallout.campusview.indiana.edu/ports/distfiles/
MAINTAINER= jfieber@FreeBSD.ORG
NO_MTREE= yes
EXTRACT_ONLY= # empty
NO_BUILD= yes
NO_WRKSUBDIR= yes
INSTDIR= ${PREFIX}/share/sgml/html
pre-install:
@[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR}
do-install:
@zcat ${DISTDIR}/${DISTFILES} |(cd ${INSTDIR}; pax -r)
@chmod ${SHAREMODE} `find ${INSTDIR} -type f`
@chown -R ${SHAREOWN}.${SHAREGRP} ${INSTDIR}
.include <bsd.port.mk>