2013-09-21 00:36:49 +02:00
|
|
|
# Created by: Alex Dupre <ale@FreeBSD.org>
|
2006-06-08 09:30:10 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= portconf
|
2013-08-12 15:05:07 +02:00
|
|
|
PORTVERSION= 1.6
|
2013-11-06 21:03:31 +01:00
|
|
|
PORTREVISION= 1
|
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
|
2013-12-28 18:45:18 +01:00
|
|
|
COMMENT= Universal tool to set specific port knobs
|
2006-06-08 09:30:10 +02:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
SUB_FILES= pkg-message ${PORTNAME}.sh
|
|
|
|
|
|
|
|
PLIST_FILES= libexec/${PORTNAME}
|
|
|
|
|
|
|
|
do-fetch:
|
|
|
|
@${DO_NADA}
|
|
|
|
|
|
|
|
do-install:
|
2013-12-28 18:45:18 +01:00
|
|
|
@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}
|
2006-06-08 09:30:10 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|