mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
8f2e1924d7
PR: ports/107597 Submitted by: Beat Gätzi (maintainer)
24 lines
521 B
Makefile
24 lines
521 B
Makefile
# 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>
|