1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/www/august/Makefile
Emanuel Haupt 1d22352e40 - Update MASTER_SITES and WWW
- Add LICENSE
- Support USE_TK_WRAPPER

PR:		161597
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-10-18 13:07:28 +00:00

46 lines
1.0 KiB
Makefile

# New ports collection makefile for: august
# Date created: 2000-12-31
# Whom: trevor
#
# based on the OpenBSD port by Kevin Lo <kevlo@openbsd.org>
# $OpenBSD: Makefile,v 1.6 2000/12/10 15:00:14 kevlo Exp $
# $FreeBSD$
#
PORTNAME= august
PORTVERSION= 0.63b
PORTREVISION= 5
CATEGORIES= www editors
MASTER_SITES= http://fossies.org/unix/www/old/ \
http://www.sourcefiles.org/Editors/HTML/ \
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
RUN_DEPENDS= identify:${PORTSDIR}/graphics/ImageMagick \
weblint:${PORTSDIR}/www/weblint
NO_BUILD= yes
USE_TK_WRAPPER= yes
PORTDOCS= specchars.txt
PLIST_FILES= bin/august
post-patch:
@${REINPLACE_CMD} -e \
's|/usr/bin|${LOCALBASE}/bin|g' ${WRKSRC}/august
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/august ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/specchars.txt ${DOCSDIR}
.endif
.include <bsd.port.mk>