aboutsummaryrefslogtreecommitdiff
path: root/devel/idutils/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-05-15 15:49:17 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-05-15 15:49:17 +0000
commit6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa (patch)
treefb8d61358190cc429db453d54fb9920ccfde716f /devel/idutils/Makefile
parentea16706c62b542adc8f3b887256bf215bf914db6 (diff)
downloadports-6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa.tar.gz
ports-6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_10_0'.release/4.10.0
Notes
Notes: svn path=/head/; revision=109221 svn path=/tags/RELEASE_4_10_0/; revision=109222; tag=release/4.10.0
Diffstat (limited to 'devel/idutils/Makefile')
-rw-r--r--devel/idutils/Makefile44
1 files changed, 0 insertions, 44 deletions
diff --git a/devel/idutils/Makefile b/devel/idutils/Makefile
deleted file mode 100644
index 9031665a833e..000000000000
--- a/devel/idutils/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: id-utils
-# Date created: 22 Aug 1996
-# Whom: pst@freebsd.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= id-utils
-PORTVERSION= 3.2d
-PORTREVISION= 4
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU_ALPHA}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= The classic Berkeley gid/lid tools for looking up variables in code
-
-CONFLICTS= coreutils-* sh-utils-*
-
-USE_GETOPT_LONG= yes
-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>