42 lines
896 B
Makefile
42 lines
896 B
Makefile
# $OpenBSD: Makefile,v 1.27 2010/11/19 07:23:11 espie Exp $
|
|
|
|
COMMENT-main= GNU versions of common file management utilities
|
|
COMMENT-ls= colorized GNU 'ls'
|
|
|
|
V= 4.1
|
|
DISTNAME= fileutils-$V
|
|
CATEGORIES= misc
|
|
|
|
PKGNAME-main= ${DISTNAME}
|
|
REVISION-main = 5
|
|
PKGNAME-ls= gnuls-$V
|
|
REVISION-ls = 2
|
|
|
|
HOMEPAGE= http://www.gnu.org/software/fileutils/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= http://distfiles.nl/ \
|
|
${MASTER_SITE_GNU:=fileutils/}
|
|
|
|
MODULES= devel/gettext
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
USE_GMAKE= Yes
|
|
USE_GROFF = 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
|
|
|
|
MULTI_PACKAGES= -main -ls
|
|
|
|
.include <bsd.port.mk>
|