1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/sysutils/portsopt/Makefile
Martin Wilke 8f2e1924d7 - Update to 1.2
PR:             ports/107597
Submitted by:   Beat Gätzi (maintainer)
2007-01-09 21:31:58 +00:00

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>