blob: e326a48eef617ae8dcb15d474f1b9809fff890aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# $NetBSD: Makefile,v 1.5 2007/03/13 13:24:29 bad Exp $
DISTNAME= idutils-4.2
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=idutils/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/idutils/idutils.html
COMMENT= Classic Berkeley gid/lid tools for looking up variables in code
CONFLICTS= sh-utils>=2.0nb2 coreutils-[0-9]*
USE_PKGLOCALEDIR= yes
USE_TOOLS+= msgfmt
GNU_CONFIGURE= yes
CONFIGURE_ENV+= ac_cv_prog_EMACS=no
INFO_FILES= YES
MAKE_ENV+= BSD_SETENV=${SETENV:Q}
# Don't byte-compile the .el file.
MAKE_FLAGS+= elc_SCRIPTS=
LISPDIR= ${PREFIX}/share/emacs/site-lisp
REQD_DIRS= ${LISPDIR}
.include "../../devel/gettext-lib/buildlink3.mk"
post-install:
${INSTALL_DATA} ${WRKSRC}/lisp/idutils.el ${LISPDIR}
.include "../../mk/bsd.pkg.mk"
|