aboutsummaryrefslogtreecommitdiff
path: root/misc/jargon/Makefile
blob: 56cd96ef6dec1b51b8ae879be0a68294e87b1e52 (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
# New ports collection makefile for:  jargon
# Date created: 	11 July 1998
# Whom:			moeding
#
# $FreeBSD$
#

PORTNAME=	jargon
PORTVERSION=	4.4.4
CATEGORIES=	misc
MASTER_SITES=	http://www.catb.org/~esr/jargon/

MAINTAINER=	sf@FreeBSD.org
COMMENT=	The famous jargon file

NO_BUILD=	yes
USE_REINPLACE=	yes

DATADIR=	${PREFIX}/share/jargon

post-extract:
	(cd ${WRKSRC}; ${RM} -rf html/graphics/.xvpics graphics/.xvpics)

do-install:
	${MKDIR} ${DATADIR}
	(cd ${WRKSRC}; pax -rw . ${DATADIR})
	${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}

.include <bsd.port.mk>