summaryrefslogtreecommitdiff
path: root/ports-mgmt/portless/Makefile
blob: 37c50c3c47b39b9cd6982d79e7a7cc7a1f934b36 (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
24
25
26
27
28
29
30
31
# New ports collection makefile for:   portless
# Date created:        8 June 2006
# Whom:                Martin Kammerhofer
#
# $FreeBSD$
#

PORTNAME=	portless
PORTVERSION=	0.2
PORTREVISION=	1
CATEGORIES=	misc
MASTER_SITES=	# empty
DISTFILES=	# none
EXTRACT_ONLY=	# empty

MAINTAINER=	mkamm@gmx.net
COMMENT=	Quick display of files inside the FreeBSD ports tree

RUN_DEPENDS=	less:${PORTSDIR}/sysutils/less

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>