blob: e6692c7fa0353298ab9c283aa00cf64d5f44f0ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: id-utils
# Version required: 3.2
# Date created: 22 Aug 1996
# Whom: pst@freebsd.org
#
# $Id: Makefile,v 1.5 1998/01/31 18:12:56 jseger Exp $
#
DISTNAME= id-utils-3.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= id
MAINTAINER= pst@FreeBSD.ORG
# need to byte-compile a .el file
BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs20
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include <bsd.port.mk>
|