freebsd-ports/devel/id-utils/Makefile

23 lines
476 B
Makefile
Raw Normal View History

# 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$
#
2000-04-11 23:30:15 +02:00
PORTNAME= id-utils
PORTVERSION= 3.2d
CATEGORIES= devel
MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/id-utils/
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
# need to byte-compile a .el file
BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs20
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include <bsd.port.mk>