freebsd-ports/www/august/Makefile
Thomas Abthorpe 49626f567a - Strip header at request of original creator
Submitted by:	trevor
With hat:	portmgr
2013-01-27 05:55:20 +00:00

39 lines
863 B
Makefile

# Created by: trevor
# $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>