# Ports collection makefile for: Howto # Date created: Fri Oct 02, 1998 # Whom: David O'Brien (obrien@FreeBSD.org) # # $FreeBSD$ # PORTNAME= Howto PORTVERSION= 1.0 PORTREVISION= 4 CATEGORIES= misc MASTER_SITES= ftp://metalab.unc.edu/pub/Linux/docs/HOWTO/other-formats/sgml/ \ ftp://metalab.unc.edu/pub/Linux/docs/HOWTO/mini/other-formats/sgml/ \ ftp://metalab.unc.edu/pub/Linux/docs/HOWTO/other-formats/docbook/ DISTFILES= Linux+FreeBSD.sgml.gz \ DNS-HOWTO.sgml.gz \ NFS-HOWTO.sgml.gz \ NIS-HOWTO.sgml.gz \ Security-HOWTO.sgml.gz MAINTAINER= ports@FreeBSD.org COMMENT= Linux HOW-TOs modified for applicablity on FreeBSD BUILD_DEPENDS= sgmlfmt:${PORTSDIR}/textproc/sgmlformat DIST_SUBDIR= Howto NO_WRKSUBDIR= yes do-extract: @${MKDIR} ${WRKSRC} @for file in ${DISTFILES}; do \ ${CP} ${_DISTDIR}/$$file ${WRKSRC} ; \ case $$file in \ *.Z|*.gz) \ ${GZIP_CMD} -d ${WRKSRC}/$$file ; \ ;; \ *.zip) \ cd ${WRKSRC} && unzip $$file ; \ ;; \ *.bz2) \ bzip2 -d ${WRKSRC}/$$file ; \ ;; \ esac; \ done do-build: .for howto in ${DISTFILES:S/.gz//} @cd ${WRKSRC} && sgmlfmt -f ascii ${howto} @cd ${WRKSRC} && sgmlfmt -f latin1 ${howto} @cd ${WRKSRC} && sgmlfmt -f html ${howto} .endfor do-install: @${MKDIR} ${PREFIX}/share/doc/Howto/HTML @${INSTALL_MAN} ${FILESDIR}/HOWTO-INDEX.html ${PREFIX}/share/doc/Howto @${INSTALL_MAN} ${WRKSRC}/*.html ${PREFIX}/share/doc/Howto/HTML @${INSTALL_MAN} ${WRKSRC}/*.latin1 ${PREFIX}/share/doc/Howto @${INSTALL_MAN} ${WRKSRC}/*.ascii ${PREFIX}/share/doc/Howto .include ='xorg-server-1.19.6'>xorg-server-1.19.6 FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
path: root/net/nc
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-21 06:10:23 +0800
committerbapt <bapt@FreeBSD.org>2013-09-21 06:10:23 +0800
commitea8ff22cff3d553574b25de8cfd89024ab2cb22e (patch)
tree3f6447c55ab3d27cbf7cde9bc54d671393c9aec4 /net/nc
parentf4e54587cbf7898bdbed25ffd7a865f48f22cc34 (diff)
downloadfreebsd-ports-graphics-ea8ff22cff3d553574b25de8cfd89024ab2cb22e.tar.gz
freebsd-ports-graphics-ea8ff22cff3d553574b25de8cfd89024ab2cb22e.tar.zst
freebsd-ports-graphics-ea8ff22cff3d553574b25de8cfd89024ab2cb22e.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: net)
Diffstat (limited to 'net/nc')