1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/sysutils/doconfig/Makefile
Jacques Vidrine 5fc47fd085 Kernel `config' wrapper ala Digital Unix's doconfig
PR:		bin/3386
Submitted by:	Brandon Gillespie <brandon@roguetrader.com>
1998-08-03 06:28:04 +00:00

34 lines
714 B
Makefile

# Ports collection Makefile for: doconfig
# Version required: 1.1
# Date created: 7/27/1998
# Whom: nectar@FreeBSD.ORG
#
# $Id$
#
DISTNAME= doconfig-1.1
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.cold.org/pub/brandon/
MAINTAINER= nectar@FreeBSD.ORG
MAN8= autokernconf.8 doconfig.8
WRKSRC= ${WRKDIR}/doconfig
do-build:
@ ${MV} ${WRKSRC}/doconfig ${WRKSRC}/_doconfig
@ ${SED} 's#%%PREFIX%%#${PREFIX}#g' <${WRKSRC}/_doconfig \
>${WRKSRC}/doconfig
@ ${RM} ${WRKSRC}/_doconfig
do-install:
.for f in autokernconf doconfig
${INSTALL_SCRIPT} ${WRKSRC}/${f} ${PREFIX}/sbin/${f}
.endfor
.for f in ${MAN8}
${INSTALL_MAN} ${WRKSRC}/${f} ${PREFIX}/man/man8/${f}
.endfor
.include <bsd.port.mk>