mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
f0a1969d34
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
22 lines
399 B
Makefile
22 lines
399 B
Makefile
# New ports collection makefile for: id-utils
|
|
# Date created: 22 Aug 1996
|
|
# Whom: pst@freebsd.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= id-utils
|
|
PORTVERSION= 3.2d
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/id-utils/
|
|
|
|
MAINTAINER= ports@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>
|