mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
d106b672ca
keyword, or your own regexp. The results can be send to a browser to viewing, emailed, or just viewed. PR: ports/14147 Submitted by: jedgar@fxp.org
33 lines
671 B
Makefile
33 lines
671 B
Makefile
# New ports collection makefile for: rfc
|
|
# Version required: 1.8
|
|
# Date created: 05 October 1999
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= rfc
|
|
PKGNAME= rfc-1.8
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.dewn.com/rfc/
|
|
EXTRACT_SUFX=
|
|
|
|
MAINTAINER= jedgar@fxp.org
|
|
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
|
|
do-extract:
|
|
@${MKDIR} ${WRKDIR}
|
|
@${CP} ${DISTDIR}/${DISTNAME} ${WRKDIR}/${DISTNAME}
|
|
|
|
do-configure:
|
|
@${MV} ${WRKDIR}/${DISTNAME} ${WRKDIR}/${DISTNAME}.orig
|
|
@${SED} -e 's|/etc|${PREFIX}/etc|' \
|
|
< ${WRKDIR}/${DISTNAME}.orig > ${WRKDIR}/${DISTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKDIR}/rfc ${PREFIX}/bin/rfc
|
|
|
|
.include <bsd.port.mk>
|