mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
166d6c7638
Approved by: portmgr (blanket)
24 lines
480 B
Makefile
24 lines
480 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= portconf
|
|
PORTVERSION= 1.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= ports-mgmt
|
|
MASTER_SITES= # none
|
|
DISTFILES= # none
|
|
EXTRACT_ONLY= # none
|
|
|
|
MAINTAINER= ale@FreeBSD.org
|
|
COMMENT= Universal tool to set specific port knobs
|
|
|
|
NO_BUILD= yes
|
|
SUB_FILES= pkg-message ${PORTNAME}.sh
|
|
|
|
PLIST_FILES= libexec/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|