mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ff846e2db8
PR: ports/16638 Submitted by: Udo Schweigert <ust@cert.siemens.de>
27 lines
639 B
Makefile
27 lines
639 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= ust@cert.siemens.de
|
|
|
|
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>
|