aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/gxditview/Makefile
blob: af19c12e8bdf866297853215756ae2955e482b5a (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
# New ports collection makefile for:   gxditview
# Date created:                24 June 1998
# Whom:                        Dom Mitchell <dom@myrddin.demon.co.uk>
#
# $FreeBSD$
#

PORTNAME=   gxditview
PORTVERSION=    1.10
CATEGORIES= textproc
DISTFILES=  # none

MAINTAINER=     dom@myrddin.demon.co.uk

WRKSRC=     ${WRKDIR}/${DISTNAME}

USE_IMAKE=  yes
MAN1=       gxditview.1

GXDVSRC?=   /usr/src/contrib/groff/xditview

do-extract:
    @if [ ! -d ${GXDVSRC} ]; then \
        ${ECHO} "You need the gxditview source in"; \
        ${ECHO} "${GXDVSRC}"; \
        ${ECHO} "to build this port."; \
    exit 1; \
    fi
    @${RM} -rf ${WRKDIR}
    @${MKDIR} ${WRKSRC}
    ${CP} -rp ${GXDVSRC}/* ${WRKSRC}

.include <bsd.port.mk>