diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2010-12-04 09:10:24 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2010-12-04 09:10:24 +0000 |
| commit | 058f99bb6be204f053b06d0ad32951709df6109f (patch) | |
| tree | d55abf725c2c1bef9c08f04fa131ff3b081ef61a /devel/idutils/Makefile | |
| parent | ddf00fcd5395624bf1ee4fb0f5ac3b1eac59bb23 (diff) | |
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_EOL'.6-eol
Diffstat (limited to 'devel/idutils/Makefile')
| -rw-r--r-- | devel/idutils/Makefile | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/devel/idutils/Makefile b/devel/idutils/Makefile deleted file mode 100644 index 1a7304342720..000000000000 --- a/devel/idutils/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: id-utils -# Date created: 22 Aug 1996 -# Whom: pst@freebsd.org -# -# $FreeBSD$ -# - -PORTNAME= id-utils -PORTVERSION= 4.0 -PORTREVISION= 3 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} -MASTER_SITE_SUBDIR= idutils - -MAINTAINER= ports@FreeBSD.org -COMMENT= The classic Berkeley gid/lid tools for looking up variables in code - -CONFLICTS= coreutils-[0-9]* linux-gid-[0-9]* sh-utils-[0-9]* - -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" - -INFO= id-utils - -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib - -.if defined(WITHOUT_NLS) -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.else -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.endif - -post-extract: - @${RM} -f ${WRKSRC}/lib/getopt.h - -post-install: - ${INSTALL_DATA} ${WRKSRC}/lisp/id-utils.el ${PREFIX}/share/emacs/site-lisp - -.include <bsd.port.mk> |
