aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/grap/Makefile
blob: 9dc426393aca14ce4e086d9892af59a285c30237 (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
33
34
35
36
37
38
39
40
41
42
# Created by: faber@lunabase.org
# $FreeBSD$

PORTNAME=   grap
PORTVERSION=    1.44
CATEGORIES= textproc graphics
MASTER_SITES=   http://www.lunabase.org/~faber/Vault/software/grap/

MAINTAINER= faber@lunabase.org
COMMENT=    An implementation of Kernigan & Bentley's grap language

GNU_CONFIGURE=  yes
CONFIGURE_ARGS=--with-freebsd-ports

.if defined(.PARSEDIR)
USE_GMAKE=  yes
.endif

CONFLICTS_INSTALL=heirloom-doctools-[0-9]*

MAN1=       grap.1
PORTDOCS=   README CHANGES COPYRIGHT grap.man

.include <bsd.port.options.mk>

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.doc \
        ${MAN1PREFIX}/man/man1/${PORTNAME}.1
    ${MKDIR} ${DATADIR}
    ${INSTALL_DATA} ${WRKSRC}/grap.defines ${WRKSRC}/grap.tex.defines \
        ${DATADIR}
.if ${PORT_OPTIONS:MDOCS}
    ${MKDIR} ${DOCSDIR}
.  for d in ${PORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/$d ${DOCSDIR}
.  endfor
.endif
    ${MKDIR} ${EXAMPLESDIR}
    (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})

.include <bsd.port.mk>