summaryrefslogblamecommitdiff
path: root/ports-mgmt/portconf/Makefile
blob: 5826f71223b7a328aeef92ebf675404aeb4cfb64 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                          
           

                        
                   
                 
                          



                               
                                                         









                                          
                                                                                            

                      
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$

PORTNAME=	portconf
PORTVERSION=	1.6
PORTREVISION=	1
CATEGORIES=	ports-mgmt
MASTER_SITES=	# none
DISTFILES=	# 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-fetch:
	@${DO_NADA}

do-install:
	@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}

.include <bsd.port.mk>