aboutsummaryrefslogtreecommitdiff
path: root/www/august
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2011-10-18 13:07:28 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2011-10-18 13:07:28 +0000
commit1d22352e40c97a304774911fa0aace4289f7babb (patch)
tree0fdc8563e90ebfc11178e5c2d11ad16667850c81 /www/august
parent089c39136173fbd63f72531fe1db71a6eddd0c52 (diff)
downloadports-1d22352e40c97a304774911fa0aace4289f7babb.tar.gz
ports-1d22352e40c97a304774911fa0aace4289f7babb.zip
Notes
Diffstat (limited to 'www/august')
-rw-r--r--www/august/Makefile33
-rw-r--r--www/august/pkg-descr2
2 files changed, 17 insertions, 18 deletions
diff --git a/www/august/Makefile b/www/august/Makefile
index ea8e81fc0fd0..5426c491ced9 100644
--- a/www/august/Makefile
+++ b/www/august/Makefile
@@ -11,36 +11,35 @@ PORTNAME= august
PORTVERSION= 0.63b
PORTREVISION= 5
CATEGORIES= www editors
-MASTER_SITES= http://www.bostream.nu/johanb/august/
+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
-RUN_DEPENDS= weblint:${PORTSDIR}/www/weblint \
- identify:${PORTSDIR}/graphics/ImageMagick \
- wish8.4:${PORTSDIR}/x11-toolkits/tk84
+LICENSE= GPLv2
+
+RUN_DEPENDS= identify:${PORTSDIR}/graphics/ImageMagick \
+ weblint:${PORTSDIR}/www/weblint
NO_BUILD= yes
-PLIST= ${WRKDIR}/pkg-plist
-do-patch:
- ${MV} ${WRKSRC}/august ${WRKSRC}/august.orig
- ${SED} -e "s:/usr/bin/wish:${PREFIX}/bin/wish8.4:g" \
- < ${WRKSRC}/august.orig > ${WRKSRC}/august
+USE_TK_WRAPPER= yes
-pre-install:
- ${ECHO_CMD} bin/august > ${PLIST}
-.if !defined(NOPORTDOCS)
- ${ECHO_CMD} share/doc/august/specchars.txt >> ${PLIST}
- ${ECHO_CMD} @dirrm share/doc/august >> ${PLIST}
-.endif
+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} ${PREFIX}/share/doc/august
- ${INSTALL_DATA} ${WRKSRC}/specchars.txt ${PREFIX}/share/doc/august
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/specchars.txt ${DOCSDIR}
.endif
.include <bsd.port.mk>
diff --git a/www/august/pkg-descr b/www/august/pkg-descr
index ef99a9523354..9bad424d0e45 100644
--- a/www/august/pkg-descr
+++ b/www/august/pkg-descr
@@ -1,4 +1,4 @@
August is a complete, non-WYSIWYG, HTML editor written in Tcl/Tk.
It is meant for the experienced Web author.
-WWW: http://www.bostream.nu/johanb/august/
+WWW: http://www.erjobe.info/index.php?n=Main.August