openbsd-ports/misc/fileutils/Makefile

39 lines
852 B
Makefile
Raw Normal View History

2002-12-29 14:49:40 -05:00
# $OpenBSD: Makefile,v 1.12 2002/12/29 19:49:40 fgsch Exp $
2001-03-16 11:30:01 -05:00
COMMENT= "GNU versions of common file management utilities"
COMMENT-ls= "colorized GNU 'ls'"
2001-03-16 11:30:01 -05:00
V= 4.1
2001-03-16 11:30:01 -05:00
DISTNAME= fileutils-$V
CATEGORIES= misc
2001-03-16 11:30:01 -05:00
PKGNAME-ls= gnuls-$V
2001-04-10 09:34:16 -04:00
MAINTAINER= David Lebel <lebel@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2002-05-13 09:28:07 -04:00
MASTER_SITES= ${MASTER_SITE_GNU:=fileutils/}
2001-09-24 14:05:46 -04:00
MODULES= gettext
# XXX workaround gcc bugs on sparc64
.if ${MACHINE_ARCH:Msparc64}
PATCH_LIST= gcc-* patch-*
.endif
SEPARATE_BUILD= concurrent
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
CONFIGURE_ARGS= --program-prefix=g
2001-03-16 11:30:01 -05:00
MULTI_PACKAGES= -ls
2001-03-15 13:32:58 -05:00
.include <bsd.port.mk>