2006-06-08 09:30:10 +02:00
|
|
|
# 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
|
2008-07-11 12:48:35 +02:00
|
|
|
PORTVERSION= 1.4
|
2007-02-05 02:08:46 +01:00
|
|
|
CATEGORIES= ports-mgmt
|
2006-06-08 09:30:10 +02:00
|
|
|
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}
|
2006-06-09 10:17:35 +02:00
|
|
|
.if !defined(PACKAGE_BUILDING)
|
|
|
|
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
|
|
|
.endif
|
2006-06-08 09:30:10 +02:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|