aboutsummaryrefslogtreecommitdiff
path: root/databases/dbview/Makefile
blob: e9233282107f161fc754d824459afe38010add7f (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
32
# New ports collection makefile for:	dbview
# Version required:			1.0.3
# Date created:				7 May 1999
# Whom:					Andrey Zakhvatov
#
# $FreeBSD$
#

DISTNAME=		dbview-1.0.3
CATEGORIES=		databases
MASTER_SITES=		${MASTER_SITE_SUNSITE} \
			ftp://ftp.infodrom.north.de/pub/Linux/Devel/dbview/
MASTER_SITE_SUBDIR=	apps/database/proprietary

MAINTAINER=		andy@icc.surw.chel.su

LIB_DEPENDS=		gnugetopt.1:${PORTSDIR}/devel/libgnugetopt

MAN1=			dbview.1

do-install:
	@ ${INSTALL_PROGRAM} ${WRKSRC}/dbview ${PREFIX}/bin
	@ ${INSTALL_MAN} ${WRKSRC}/dbview.1 ${PREFIX}/man/man1

post-install:
.if !defined(NOPORTDOCS)
	@ ${MKDIR} ${PREFIX}/share/doc/dbview
	@ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dbview
	@ ${INSTALL_DATA} ${WRKSRC}/dBASE ${PREFIX}/share/doc/dbview
.endif

.include <bsd.port.mk>