pkgsrc/editors/mule/Makefile

61 lines
1.7 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.50 2014/06/01 16:45:35 wiz Exp $
DISTNAME= mule-2.3
PKGREVISION= 8
CATEGORIES= editors
MASTER_SITES= ftp://ftp.m17n.org/pub/mule/
2009-09-02 10:34:13 +02:00
MAINTAINER= pkgsrc-users@NetBSD.org
2009-08-16 23:46:55 +02:00
HOMEPAGE= http://www.m17n.org/mule/
COMMENT= Multilingual GNU editing macros (editor)
LICENSE= gnu-gpl-v2
MAKE_JOBS_SAFE= no
CONFLICTS= emacs-[0-9]*
# build PATH in the dumped mule is not a problem
CHECK_WRKREF_SKIP+= bin/mule
CHECK_WRKREF_SKIP+= bin/mule-19.28
WRKSRC= ${WRKDIR}/mule
USE_TOOLS+= gmake makeinfo
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANDIR= ${PREFIX}/${PKGMANDIR}/man1
2005-12-01 18:34:41 +01:00
.include "../../mk/bsd.prefs.mk"
CFLAGS+= -g
CONFIGURE_ARGS+= ${MACHINE_ARCH}--${LOWER_OPSYS} --with-x --with-x-toolkit=lucid
CONFIGURE_ARGS+= --terminal-face --mcpath --canna-libraries=${PREFIX}/lib
.if ${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "sparc64"
CONFIGURE_ARGS+= --valbits=26
.endif
CONFIGURE_ARGS+= --bdf-path=${X11PREFIX}/share/fonts/X11/intlfonts/bdf
2005-12-01 18:34:41 +01:00
.include "options.mk"
INFO_FILES= yes
INSTALL_MAKE_FLAGS= prefix=${DESTDIR}${PREFIX}
INSTALL_MAKE_FLAGS+= infodir=${DESTDIR}${GNU_CONFIGURE_INFODIR}
INSTALL_MAKE_FLAGS+= mandir=${DESTDIR}${GNU_CONFIGURE_MANDIR}
# Remove original versions of patched files so that aren't installed.
post-build:
${FIND} ${WRKSRC} -name "*.orig" | ${XARGS} ${RM} -f
# Fix character mapping for pkgsrc/fonts/intlfonts
post-install:
${SED} \
-e 's/etl\([0-9]*\)-latin1/lt1-40-etl/' \
-e 's/etl\([0-9]*\)-latin\([0-9]\)/lt\2-\1-etl/' \
-e 's/jiskan24/j83-48/' \
< ${WRKSRC}/etc/CHARSETS > ${DESTDIR}${PREFIX}/lib/mule/19.28/etc/CHARSETS
#diff -u ${WRKSRC}/etc/CHARSETS ${DESTDIR}${PREFIX}/lib/mule/19.28/etc/CHARSETS
2007-02-19 19:40:44 +01:00
.include "../../x11/xbitmaps/buildlink3.mk"
.include "../../x11/libXaw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"