2000-06-02 07:35:49 +02:00
|
|
|
# New ports collection makefile for: findutils
|
|
|
|
# Date created: 29 March 2000
|
|
|
|
# Whom: Robert Withrow <witr@rwwa.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= findutils
|
2011-05-11 19:39:27 +02:00
|
|
|
PORTVERSION= 4.5.10
|
2011-06-04 21:02:48 +02:00
|
|
|
PORTREVISION= 2
|
2000-06-02 07:35:49 +02:00
|
|
|
CATEGORIES= misc
|
2010-05-08 01:02:11 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU_ALPHA}
|
2004-03-10 16:03:51 +01:00
|
|
|
MASTER_SITE_SUBDIR= findutils
|
2005-04-19 11:03:11 +02:00
|
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
|
|
|
|
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
2000-06-02 07:35:49 +02:00
|
|
|
|
2009-03-22 10:49:32 +01:00
|
|
|
MAINTAINER= aehlig@linta.de
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= The GNU find utilities
|
2000-06-02 07:35:49 +02:00
|
|
|
|
2005-04-19 11:03:11 +02:00
|
|
|
SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.sig
|
2001-09-13 01:25:19 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2008-04-12 17:32:00 +02:00
|
|
|
|
2002-06-24 06:44:17 +02:00
|
|
|
USE_GMAKE= yes
|
2005-04-19 11:03:11 +02:00
|
|
|
|
|
|
|
.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}
|
2000-06-02 07:35:49 +02:00
|
|
|
MAKE_ARGS= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
|
2009-05-02 21:38:32 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2000-06-02 07:35:49 +02:00
|
|
|
|
2008-03-18 23:15:45 +01:00
|
|
|
INFO= find find-maint
|
2000-06-02 07:35:49 +02:00
|
|
|
MAN1= gfind.1 gxargs.1 glocate.1 gupdatedb.1
|
|
|
|
MAN5= glocatedb.5
|
|
|
|
|
2001-01-29 19:47:00 +01:00
|
|
|
LOCALSTATEDIR?= /var/db
|
|
|
|
|
2000-06-02 07:35:49 +02:00
|
|
|
.include <bsd.port.mk>
|