21 lines
441 B
Makefile
21 lines
441 B
Makefile
# New ports collection makefile for: id-utils
|
|
# Version required: 3.2
|
|
# Date created: 22 Aug 1996
|
|
# Whom: pst@freebsd.org
|
|
#
|
|
# $Id: Makefile,v 1.2 1996/08/23 09:00:04 asami Exp $
|
|
#
|
|
|
|
DISTNAME= id-utils-3.2
|
|
CATEGORIES+= devel
|
|
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
|
|
|
MAINTAINER= pst@FreeBSD.ORG
|
|
|
|
# need to byte-compile a .el file
|
|
BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|