2007-01-03 23:38:26 +01:00
|
|
|
# New ports collection makefile for: portsopt
|
|
|
|
# Date created: 25 Dec 2006
|
|
|
|
# Whom: Beat Gaetzi <beat@chruetertee.ch>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2007-01-09 22:31:58 +01:00
|
|
|
PORTNAME= portsopt
|
2007-03-16 13:55:49 +01:00
|
|
|
PORTVERSION= 1.4
|
2007-02-05 02:08:46 +01:00
|
|
|
CATEGORIES= ports-mgmt
|
2007-01-03 23:38:26 +01:00
|
|
|
MASTER_SITES= http://www.chruetertee.ch/files/download/
|
|
|
|
|
2009-01-29 00:25:21 +01:00
|
|
|
MAINTAINER= beat@FreeBSD.org
|
2007-01-09 22:31:58 +01:00
|
|
|
COMMENT= Shows WITH(OUT)-knobs of a port makefile
|
2007-01-03 23:38:26 +01:00
|
|
|
|
2007-01-09 22:31:58 +01:00
|
|
|
NO_BUILD= yes
|
2007-01-03 23:38:26 +01:00
|
|
|
|
|
|
|
PLIST_FILES= sbin/portsopt
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/portsopt ${PREFIX}/sbin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|