1996-08-23 01:57:56 +02:00
|
|
|
# New ports collection makefile for: id-utils
|
|
|
|
# Date created: 22 Aug 1996
|
|
|
|
# Whom: pst@freebsd.org
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1996-08-23 01:57:56 +02:00
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= id-utils
|
2001-11-24 21:54:10 +01:00
|
|
|
PORTVERSION= 3.2d
|
1996-11-18 11:25:35 +01:00
|
|
|
CATEGORIES= devel
|
2002-10-26 02:13:49 +02:00
|
|
|
MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/id-utils/
|
1996-08-23 01:57:56 +02:00
|
|
|
|
2001-06-28 13:08:14 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= The classic Berkeley gid/lid tools for looking up variables in code
|
1996-08-23 01:57:56 +02:00
|
|
|
|
1996-11-17 03:32:06 +01:00
|
|
|
# need to byte-compile a .el file
|
1998-01-31 19:12:56 +01:00
|
|
|
BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs20
|
1996-11-17 03:32:06 +01:00
|
|
|
|
1996-08-23 01:57:56 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|