Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports.
22 lines
527 B
Makefile
22 lines
527 B
Makefile
# $NetBSD: Makefile,v 1.7 1998/04/22 14:22:46 agc Exp $
|
|
# FreeBSD Id: Makefile,v 1.16 1997/11/30 19:37:48 vanilla Exp
|
|
#
|
|
|
|
DISTNAME= mc-4.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= utils/file/managers/mc
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --with-ncurses --without-edit --without-subshell
|
|
DEPENDS+= ncurses-1.9.9g:../../devel/ncurses
|
|
|
|
MAN1= mc.1 mcedit.1
|
|
MAN8= mcserv.8
|
|
|
|
post-install:
|
|
@ ${RMDIR} ${PREFIX}/lib/mc/icons
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|