diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2014-12-31 04:42:38 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2014-12-31 04:42:38 +0000 |
commit | c5df12939243d8016e1ef1dd273b385292ab1ef9 (patch) | |
tree | 9c2f36c3fde7c49ba8de3333c2c13e98da4059d6 /editors/xcoral | |
parent | 1cd648844978b752887038da496297bb8d6407d2 (diff) |
Notes
Diffstat (limited to 'editors/xcoral')
-rw-r--r-- | editors/xcoral/Makefile | 14 | ||||
-rw-r--r-- | editors/xcoral/distinfo | 2 |
2 files changed, 11 insertions, 5 deletions
diff --git a/editors/xcoral/Makefile b/editors/xcoral/Makefile index e8c8f3fe654a..a03c3b895735 100644 --- a/editors/xcoral/Makefile +++ b/editors/xcoral/Makefile @@ -3,27 +3,31 @@ PORTNAME= xcoral PORTVERSION= 3.47 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://xcoral.free.fr/ -MAINTAINER= ports@FreeBSD.org +PATCH_SITES= http://aldan.algebra.com/~mi/port-stuff/ +PATCHFILES= xcoral-alpheus-and-peneus.patch.bz2 + +MAINTAINER= mi@aldan.algebra.com COMMENT= Multiwindow mouse-based text editor for X +LICENSE= GPLv2 + USE_XORG= x11 +USES= bison GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${PREFIX}/share LIBS+= -lgnuregex -MAKE_JOBS_UNSAFE= yes PLIST_SUB= VERSION="${PORTVERSION}" OPTIONS_DEFINE= DOCS post-patch: - @${REINPLACE_CMD} -e 's| regex\.c | |g ; \ + @${REINPLACE_CMD} -e 's| regex\.[co] | |g ; \ s| -g | |g' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e \ - 's|"regex\.h"|<gnu/regex.h>|g' ${WRKSRC}/bm_search.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xcoral ${STAGEDIR}${PREFIX}/bin diff --git a/editors/xcoral/distinfo b/editors/xcoral/distinfo index 0b737ba418c2..0cd3d67c23cc 100644 --- a/editors/xcoral/distinfo +++ b/editors/xcoral/distinfo @@ -1,2 +1,4 @@ SHA256 (xcoral-3.47.tar.gz) = 886e02eeb96e494d32969fcf41dcd09133896b717b714eb42affed1f460af3dd SIZE (xcoral-3.47.tar.gz) = 2760763 +SHA256 (xcoral-alpheus-and-peneus.patch.bz2) = f04cc61f0cf05cbdfe720e7b6f4f743d26f2a04dc109a2ead445394a739456a0 +SIZE (xcoral-alpheus-and-peneus.patch.bz2) = 71099 |