cb1b0e21fc
- Don't include bundled libintl headers - Bump PKGNAME
35 lines
754 B
Makefile
35 lines
754 B
Makefile
# $OpenBSD: Makefile,v 1.19 2005/02/20 01:51:43 alek Exp $
|
|
|
|
COMMENT= "GNU versions of common file management utilities"
|
|
COMMENT-ls= "colorized GNU 'ls'"
|
|
|
|
V= 4.1
|
|
DISTNAME= fileutils-$V
|
|
CATEGORIES= misc
|
|
|
|
PKGNAME= ${DISTNAME}p2
|
|
PKGNAME-ls= gnuls-$Vp0
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=fileutils/}
|
|
|
|
MODULES= devel/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
|
|
|
|
MULTI_PACKAGES= -ls
|
|
|
|
.include <bsd.port.mk>
|