freebsd-ports/editors/joe/Makefile
Mikhail Teterin cd38cc6a19 Remove man.md from the list of installed files as well. The actual joe.1
man-page is installed anyway, there is no need for this, that I can see.

PR:		198894
2015-03-27 15:45:17 +00:00

37 lines
797 B
Makefile

# Created by: torstenb@FreeBSD.org
# $FreeBSD$
PORTNAME= joe
PORTVERSION= 4.0
PORTEPOCH= 1
CATEGORIES?= editors
MASTER_SITES= SF/joe-editor/JOE%20sources/joe-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Joe's Own Editor
LICENSE= GPLv2
BUILD_DEPENDS= aspell:${PORTSDIR}/textproc/aspell
RUN_DEPENDS= aspell:${PORTSDIR}/textproc/aspell
OPTIONS_DEFINE= DOCS
CONFLICTS= joe-2.*
USES= gmake iconv ncurses
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib ${ICONV_LIB}
ALL_TARGET= ${PORTNAME}
post-patch:
${REINPLACE_CMD} -e 's|docs/README.old docs/man.md ||' ${WRKSRC}/Makefile.in
post-install:
for rc in jmacsrc joerc jpicorc jstarrc rjoerc; do \
${MV} ${STAGEDIR}${ETCDIR}/$${rc} ${STAGEDIR}${ETCDIR}/$${rc}.dist ; \
done
.include <bsd.port.mk>