summaryrefslogtreecommitdiff
path: root/devel/id-utils/Makefile
blob: afe3f117466cbfe6ccd59ba65e91ce3e3097c788 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	id-utils
# Version required:	3.2
# Date created:		22 Aug 1996
# Whom:			pst@freebsd.org
#
# $NetBSD: Makefile,v 1.3 1998/01/24 04:15:27 hubertf Exp $
# FreeBSD Id: Makefile,v 1.4 1996/11/18 10:22:47 asami Exp
#

DISTNAME=	id-utils-3.2
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_GNU}

MAINTAINER=	pst@FreeBSD.ORG

OPSYS!=		uname -s
.if (${OPSYS} == "FreeBSD")
# agc - don't do this if we're on NetBSD
# FreeBSD use emacs to byte-compile a .el file
BUILD_DEPENDS=	emacs:${PORTSDIR}/editors/emacs
.endif

GNU_CONFIGURE=	yes
USE_GMAKE=	yes

.include <bsd.port.mk>