summaryrefslogtreecommitdiff
path: root/ports-mgmt/bpkg/Makefile
blob: 7f69e093dd8a4248afd22ba2f1835dae40ef32b3 (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
# New ports collection makefile for:	bpkg
# Date created:				24 June 2007
# Whom:					Andy Kosela <akosela@andykosela.com>
#
# $FreeBSD$
#
# This port is self contained in the files directory.
#

PORTNAME=	bpkg
PORTVERSION=	2.1.3
CATEGORIES=	ports-mgmt
MASTER_SITES=	# none
DISTFILES=	# none

MAINTAINER=	akosela@andykosela.com
COMMENT=	Simple tool for displaying information about ports

NO_BUILD=	yes
SUB_FILES=	bpkg.sh

PLIST_FILES=	bin/bpkg

MAN8=		bpkg.8

do-install:
	${INSTALL_SCRIPT} ${WRKDIR}/bpkg.sh ${PREFIX}/bin/bpkg
	${INSTALL_MAN} ${FILESDIR}/bpkg.8 ${MAN8PREFIX}/man/man8

.include <bsd.port.mk>