6a7bd910aa
in the editor's menu. The menu isn't changeable through the interface nor through the config-files (nor even Xresources). By allowing the templates to be used, we let the users to, at least, control the actual fonts in use by manipulating the font-path. Bump PORTREVISION.
40 lines
895 B
Makefile
40 lines
895 B
Makefile
# Created by: erich@rrnet.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xcoral
|
|
PORTVERSION= 3.47
|
|
PORTREVISION= 2
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://xcoral.free.fr/
|
|
|
|
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
|
|
|
|
PLIST_SUB= VERSION="${PORTVERSION}"
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's| regex\.[co] | |g ; \
|
|
s| -g | |g' ${WRKSRC}/Makefile.in
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xcoral ${STAGEDIR}${PREFIX}/bin
|
|
${MKDIR} ${STAGEDIR}${DATADIR}
|
|
${INSTALL_DATA} ${WRKSRC}/SmacLib/* ${STAGEDIR}${DATADIR}
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/Doc/* ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|