openbsd-ports/misc/fileutils/Makefile

36 lines
789 B
Makefile
Raw Normal View History

2001-09-24 14:05:46 -04:00
# $OpenBSD: Makefile,v 1.8 2001/09/24 18:05:46 lebel 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-09-24 14:05:46 -04:00
NEED_VERSION= 1.460
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
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= fileutils
2001-09-24 14:05:46 -04:00
MODULES= gettext
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>