1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/sysutils/portconf/Makefile
Alex Dupre ac3065b8aa Update to 1.1 release:
- automatically modify make.conf on install/deinstall

Inspired by:	James O'Gorman <james@netinertia.co.uk>
2006-06-09 08:17:35 +00:00

35 lines
727 B
Makefile

# New ports collection makefile for: portconf
# Date created: 7 Jun 2006
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
# This port is self contained in the files directory.
#
PORTNAME= portconf
PORTVERSION= 1.1
CATEGORIES= sysutils
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= ale@FreeBSD.org
COMMENT= A universal tool to set specific port knobs
NO_BUILD= yes
SUB_FILES= pkg-message ${PORTNAME}.sh
PLIST_FILES= libexec/${PORTNAME}
do-fetch:
@${DO_NADA}
do-install:
@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/libexec/${PORTNAME}
.if !defined(PACKAGE_BUILDING)
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>