942aad2e6a
"INFO_FILES should be set to YES or yes." "Packages that install info files should set INFO_FILES." Makefile and PLIST warning, respectively.
24 lines
705 B
Makefile
24 lines
705 B
Makefile
# $NetBSD: Makefile,v 1.20 2013/04/06 20:27:19 rodent Exp $
|
|
|
|
DISTNAME= sml-mode-3.9.5
|
|
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
|
|
PKGREVISION= 3
|
|
CATEGORIES= devel editors
|
|
MASTER_SITES= ftp://flint.cs.yale.edu/pub/monnier/sml-mode/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Emacs mode for editing Standard ML source code
|
|
|
|
BUILD_TARGET= default
|
|
|
|
INFO_FILES= yes
|
|
|
|
INSTALLATION_DIRS= ${EMACS_INFOPREFIX} ${EMACS_LISPPREFIX}/sml-mode
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && ${INSTALL_DATA} *.el *.elc README NEWS TODO \
|
|
ChangeLog ${DESTDIR}${EMACS_LISPPREFIX}/sml-mode
|
|
${INSTALL_DATA} ${WRKSRC}/sml-mode.info ${DESTDIR}${EMACS_INFOPREFIX}
|
|
|
|
.include "../../editors/emacs/modules.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|