1996-08-22 23:57:56 +00:00
|
|
|
# New ports collection makefile for: id-utils
|
|
|
|
# Date created: 22 Aug 1996
|
|
|
|
# Whom: pst@freebsd.org
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1996-08-22 23:57:56 +00:00
|
|
|
#
|
|
|
|
|
2000-04-11 21:30:15 +00:00
|
|
|
PORTNAME= id-utils
|
2001-11-24 20:54:10 +00:00
|
|
|
PORTVERSION= 3.2d
|
2004-04-02 19:02:46 +00:00
|
|
|
PORTREVISION= 4
|
1996-11-18 10:25:35 +00:00
|
|
|
CATEGORIES= devel
|
2003-10-31 02:39:30 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU_ALPHA}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1996-08-22 23:57:56 +00:00
|
|
|
|
2001-06-28 11:08:14 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 17:07:10 +00:00
|
|
|
COMMENT= The classic Berkeley gid/lid tools for looking up variables in code
|
1996-08-22 23:57:56 +00:00
|
|
|
|
2005-03-16 18:15:19 +00:00
|
|
|
CONFLICTS= coreutils-[0-9]* linux-gid-[0-9]* sh-utils-[0-9]*
|
2003-12-17 01:37:35 +00:00
|
|
|
|
2004-04-02 19:02:46 +00:00
|
|
|
USE_GETOPT_LONG= yes
|
1996-08-22 23:57:56 +00:00
|
|
|
USE_GMAKE= yes
|
2004-03-28 16:30:10 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2004-04-02 19:02:46 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
2004-03-28 16:30:10 +00:00
|
|
|
|
|
|
|
INFO= id-utils
|
|
|
|
|
2004-04-02 19:02:46 +00:00
|
|
|
CPPFLAGS= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS= -L${LOCALBASE}/lib
|
|
|
|
|
2004-03-28 16:30:10 +00:00
|
|
|
.if defined(WITHOUT_NLS)
|
|
|
|
CONFIGURE_ARGS+= --disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.else
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.endif
|
|
|
|
|
2004-04-02 19:02:46 +00:00
|
|
|
post-extract:
|
|
|
|
@${RM} -f ${WRKSRC}/lib/getopt.h
|
2004-03-30 07:34:11 +00:00
|
|
|
|
2004-04-02 19:02:46 +00:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/lisp/id-utils.el ${PREFIX}/share/emacs/site-lisp
|
1996-08-22 23:57:56 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|