1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/sysutils/fileutils/Makefile
Trevor Johnson a79343f08e change maintainer for findutils and fileutils ports
PR:		24561, 24565 (followups)
Approved by:	maintainer
2001-01-24 17:26:07 +00:00

27 lines
658 B
Makefile

# New ports collection makefile for: GNU fileutils
# Date created: Mon Jun 5 22:42:27 CEST 2000
# Whom: ust@cert.siemens.de
#
# $FreeBSD$
#
PORTNAME= fileutils
PORTVERSION= 4.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= fileutils
MAINTAINER= Cyrille Lefevre <clefevre@citeweb.net>
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g
MAN1= gchgrp.1 gchmod.1 gchown.1 gcp.1 gdd.1 gdf.1 gdir.1 \
gdircolors.1 gdu.1 ginstall.1 gln.1 gls.1 gmkdir.1 gmkfifo.1 \
gmknod.1 gmv.1 grm.1 grmdir.1 gsync.1 gtouch.1 gvdir.1
post-install:
install-info ${PREFIX}/info/fileutils.info ${PREFIX}/info/dir
.include <bsd.port.mk>