2000-06-02 05:35:49 +00:00
|
|
|
# New ports collection makefile for: findutils
|
|
|
|
# Version required: 4.1
|
|
|
|
# Date created: 29 March 2000
|
|
|
|
# Whom: Robert Withrow <witr@rwwa.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= findutils
|
|
|
|
PORTVERSION= 4.1
|
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= findutils
|
|
|
|
|
2000-06-05 15:22:16 +00:00
|
|
|
MAINTAINER= ust@cert.siemens.de
|
2000-06-02 05:35:49 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --program-prefix=g
|
|
|
|
MAKE_ARGS= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
MAN1= gfind.1 gxargs.1 glocate.1 gupdatedb.1
|
|
|
|
MAN5= glocatedb.5
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
install-info ${PREFIX}/info/find.info ${PREFIX}/info/dir
|
|
|
|
${RM} -f ${PREFIX}/cat1/gfind.1
|
|
|
|
${RM} -f ${PREFIX}/cat1/gxargs.1
|
|
|
|
${RM} -f ${PREFIX}/cat1/glocate.1
|
|
|
|
${RM} -f ${PREFIX}/cat1/gupdatedb.1
|
|
|
|
${RM} -f ${PREFIX}/cat5/glocatedb.5
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|