1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/www/august/Makefile
Mark Linimon a931122c7a Fix up Makefiles for ports that used to fetch from www.sourcefiles.org.
It is gone.

While here, chase other mastersites, pet portlint, and set DEPRECATED
for ports that do not fetch from alternative sites.

Note: most of these ports are ancient and unmaintained.
2018-01-02 01:51:11 +00:00

40 lines
832 B
Makefile

# Created by: trevor
# $FreeBSD$
PORTNAME= august
PORTVERSION= 0.63b
PORTREVISION= 5
CATEGORIES= www editors
MASTER_SITES= http://www.erjobe.info/mainwiki/pmwiki/uploads/Main/August/
DISTNAME= ${PORTNAME}${PORTVERSION}.src
MAINTAINER= ports@FreeBSD.org
COMMENT= HTML editor for the experienced Web author
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/license.txt
RUN_DEPENDS= identify:graphics/ImageMagick \
weblint:www/weblint
USES= tk
NO_BUILD= yes
NO_ARCH= yes
PORTDOCS= specchars.txt
PLIST_FILES= bin/august
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's|/usr/bin/wish|${WISH}|g' ${WRKSRC}/august
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/august ${STAGEDIR}${PREFIX}/bin
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/specchars.txt ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>