freebsd-ports/misc/findutils/Makefile
Martin Wilke 2f5c3b659d - Update to 4.2.28
- Pass maintainership to submitter

PR:		ports/105179
Submitted by:	trasz <trasz@pin.if.uz.zgora.pl>
Sponsored by:   FreeBSD Bug-a-thon #2
2006-11-05 19:17:38 +00:00

44 lines
1 KiB
Makefile

# New ports collection makefile for: findutils
# Date created: 29 March 2000
# Whom: Robert Withrow <witr@rwwa.com>
#
# $FreeBSD$
#
PORTNAME= findutils
PORTVERSION= 4.2.28
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= findutils
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= trasz@pin.if.uz.zgora.pl
COMMENT= The GNU find utilities
SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.sig
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --mandir=${PREFIX}/man --infodir=${PREFIX}/info
USE_GMAKE= yes
USE_GCC= 3.4+
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
CONFIGURE_ARGS+= --program-prefix=g --localstatedir=${LOCALSTATEDIR}
MAKE_ARGS= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
INFO= find
MAN1= gfind.1 gxargs.1 glocate.1 gupdatedb.1
MAN5= glocatedb.5
LOCALSTATEDIR?= /var/db
.include <bsd.port.mk>