blob: c42e5889242f23ca9a9200b22e92c358c9e02136 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# 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>
|