blob: 944683835499320ced614f5ff395f444792c6cc0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: portsopt
# Date created: 25 Dec 2006
# Whom: Beat Gaetzi <beat@chruetertee.ch>
#
# $FreeBSD$
#
PORTNAME= portsopt
PORTVERSION= 1.2
CATEGORIES= sysutils
MASTER_SITES= http://www.chruetertee.ch/files/download/
MAINTAINER= beat@chruetertee.ch
COMMENT= Shows WITH(OUT)-knobs of a port makefile
NO_BUILD= yes
PLIST_FILES= sbin/portsopt
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/portsopt ${PREFIX}/sbin
.include <bsd.port.mk>
|