summaryrefslogtreecommitdiff
path: root/misc/dt/Makefile
blob: 571613b4733d32056ded5d1d3c436f631112fb27 (plain)
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
# $NetBSD: Makefile,v 1.1.1.1 1998/12/05 15:48:51 frueauf Exp $
#

DISTNAME=	dt-1.1.6
WRKSRC=		${WRKDIR}/dt
CATEGORIES=	misc
MASTER_SITES=   ${MASTER_SITES_LOCAL}

MAINTAINER=	fb@enteract.com

.BEGIN:
.if (${MACHINE} != "mac68k") && (${MACHINE} != "macppc")
IGNORE=		"is only useful for ports that have the adb and grf devices"
.endif

MIRROR_DISTFILE=no

ALL_TARGET=	depend all
DTDOCSDIR=	${PREFIX}/share/doc/dt

post-install:
.if !defined(NOPORTDOCS)
	${INSTALL_DATA_DIR} ${DTDOCSDIR}
	(cd ${WRKSRC}; ${INSTALL_DATA} README dt.html example.dtrc ${DTDOCSDIR})
.endif

.include "../../mk/bsd.pkg.mk"