diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-10-18 13:07:28 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-10-18 13:07:28 +0000 |
commit | 1d22352e40c97a304774911fa0aace4289f7babb (patch) | |
tree | 0fdc8563e90ebfc11178e5c2d11ad16667850c81 /www/august/Makefile | |
parent | 089c39136173fbd63f72531fe1db71a6eddd0c52 (diff) | |
download | ports-1d22352e40c97a304774911fa0aace4289f7babb.tar.gz ports-1d22352e40c97a304774911fa0aace4289f7babb.zip |
Notes
Diffstat (limited to 'www/august/Makefile')
-rw-r--r-- | www/august/Makefile | 33 |
1 files changed, 16 insertions, 17 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> |