pkgsrc/editors/uemacs/Makefile
wiz 8c5134dbe0 Change default for zip extraction to leave files as they are.
Previously, zip extraction by default converted to lower case.

Fix some packages that need it and remove -L from some packages
that manually set it.
2009-08-25 11:56:34 +00:00

25 lines
610 B
Makefile

# $NetBSD: Makefile,v 1.11 2009/08/25 11:56:34 wiz Exp $
DISTNAME= ue400dev
PKGNAME= uemacs-4.0
PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= ftp://aquest.com/pub/uemacs400/disk2/
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= "emacs" key sequences compatible full screen editor
WRKSRC= ${WRKDIR}
EXTRACT_OPTS_ZIP= -Laqo
post-extract:
${CP} -r ${WRKSRC}/freebsd ${WRKSRC}/netbsd
post-patch:
for FILE in ${WRKSRC}/src/*.c ${WRKSRC}/h/*.h; do \
${MV} $${FILE} $${FILE}.old; \
${SED} -e "s|%%PREFIX%%|${PREFIX}|g" <$${FILE}.old >$${FILE}; \
done
.include "../../mk/bsd.pkg.mk"