freebsd-ports/misc/findutils/Makefile

46 lines
1,003 B
Makefile
Raw Normal View History

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
PORTVERSION= 4.5.10
PORTREVISION= 2
2000-06-02 07:35:49 +02:00
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU_ALPHA}
MASTER_SITE_SUBDIR= findutils
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
2000-06-02 07:35:49 +02: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
SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.sig
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_GMAKE= yes
.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}"
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
LOCALSTATEDIR?= /var/db
2000-06-02 07:35:49 +02:00
.include <bsd.port.mk>