mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
dc2fc40ccd
- Added option -w to report matching port directories. PR: ports/100014 Submitted by: maintainer (Martin Kammerhofer)
29 lines
587 B
Makefile
29 lines
587 B
Makefile
# New ports collection makefile for: portless
|
|
# Date created: 8 June 2006
|
|
# Whom: Martin Kammerhofer
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= portless
|
|
PORTVERSION= 0.2.2
|
|
CATEGORIES= misc
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # none
|
|
EXTRACT_ONLY= # empty
|
|
|
|
MAINTAINER= mkamm@gmx.net
|
|
COMMENT= Quick display of files inside the FreeBSD ports tree
|
|
|
|
NO_BUILD= yes
|
|
MAN1= portless.1
|
|
MANCOMPRESSED= no
|
|
|
|
PLIST_FILES= bin/portless
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${FILESDIR}/portless.sh ${PREFIX}/bin/portless
|
|
${INSTALL_MAN} ${FILESDIR}/portless.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|