aboutsummaryrefslogtreecommitdiffstats
path: root/misc/jargon/Makefile
blob: 78620aaf32fbf346394ee1b5640efbf1a932dff5 (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
# Created by: moeding
# $FreeBSD$

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

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

NO_BUILD=   yes

DATADIR=    ${PREFIX}/share/jargon

NO_STAGE=   yes
post-extract:
    (cd ${WRKSRC}; \
     ${RM} -rf html/graphics/.xvpics graphics/.xvpics \
        html/letters.html~ html/online-preface.html~)

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

.include <bsd.port.mk>