pkgsrc/sysutils/coreutils/Makefile

44 lines
1.3 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.50 2009/12/20 16:12:06 tonnerre Exp $
.include "../../sysutils/coreutils/Makefile.common"
PKGREVISION= 3
CONFLICTS= fileutils-[0-9]* gnuls-[0-9]* linuxls-[0-9]* sh-utils-[0-9]* textutils-[0-9]*
# if GNU_PROGRAM_PREFIX == 'g'
# devel/id-utils installs a 'gid' program, so conflict with it
# databases/geneweb a 'gwc' program, so conflict with it
# graphics/graphviz installs a 'gpr' program, so conflict with it
.if ${GNU_PROGRAM_PREFIX} == "g"
CONFLICTS+= id-utils-[0-9]* gnome-utils<1.4.1.2nb2
CONFLICTS+= geneweb-[0-9]*
CONFLICTS+= graphviz<1.12
.endif
2006-08-14 10:39:51 +02:00
# print/teTeX-bin installed a 'readlink' program, so
# conflict with it if GNU_PROGRAM_PREFIX == '' (no problem in teTeX3-bin)
.if empty(GNU_PROGRAM_PREFIX)
CONFLICTS+= teTeX-bin<3
CONFLICTS+= mktemp-[0-9]*
.endif
INFO_FILES= yes
# Exclude programs from PLIST which aren't built on a platform.
PLIST_VARS+= hostid
.if ${OPSYS} != "Interix"
PLIST.hostid= yes
.endif
#CONFIGURE_ARGS+= --enable-install-program=su
#.if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || \
# ${OPSYS} == "OpenBSD"
#MAKE_FLAGS+= setuid_root_mode=a=rx
#MESSAGE_SRC= ${.CURDIR}/MESSAGE.gsu
#MESSAGE_SUBST+= OPSYS=${OPSYS:Q}
#.endif
2004-04-25 05:33:12 +02:00
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"