freebsd-ports/textproc/gxditview/Makefile
Peter Pentchev 6403f1a2ba Maintainer address change: dom@myrddin.demon.co.uk -> dom@happygiraffe.net
PR:		27923
Submitted by:	maintainer
Reviewed by:	awk -F\| '$6 ~ /dom@myrddin/ {print $2;}' /usr/ports/INDEX ;)
2001-06-07 07:46:06 +00:00

38 lines
794 B
Makefile

# New ports collection makefile for: gxditview
# Date created: 24 June 1998
# Whom: Dom Mitchell <dom@happygiraffe.net>
#
# $FreeBSD$
#
PORTNAME= gxditview
CATEGORIES= textproc
DISTFILES= # none
MAINTAINER= dom@happygiraffe.net
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_IMAKE= yes
MAN1= gxditview.1
.if exists(/usr/src/contrib/groff/src/xditview)
GXDVSRC= /usr/src/contrib/groff/src/xditview
PORTVERSION= 1.17
.else
GXDVSRC= /usr/src/contrib/groff/xditview
PORTVERSION= 1.16.1
.endif
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>