diff options
author | wiz <wiz> | 2006-08-05 19:53:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-08-05 19:53:26 +0000 |
commit | 55f6010817f0f4617eae125c118f5aaae3d1947a (patch) | |
tree | 6c83f5e14fe5379afa6f40687d93a59e54ec147b /devel/idutils/Makefile | |
parent | 2f39585147a08d8dd7498948fb78e8152d5ce3c6 (diff) | |
download | pkgsrc-55f6010817f0f4617eae125c118f5aaae3d1947a.tar.gz |
Re-import devel/id-utils under its new name, idutils.
Diffstat (limited to 'devel/idutils/Makefile')
-rw-r--r-- | devel/idutils/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/devel/idutils/Makefile b/devel/idutils/Makefile new file mode 100644 index 00000000000..9306e83e9ab --- /dev/null +++ b/devel/idutils/Makefile @@ -0,0 +1,33 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/08/05 19:53:26 wiz Exp $ + +DISTNAME= idutils-4.1 +#PKGREVISION= 0 +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_path_EMACS=no +INFO_FILES= # PLIST +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" |