1f4495b33e
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.
20 lines
414 B
Makefile
20 lines
414 B
Makefile
# $NetBSD: Makefile,v 1.7 1998/04/22 14:22:44 agc Exp $
|
|
# FreeBSD: Makefile,v 1.3 1997/08/26 07:12:20 tg Exp
|
|
#
|
|
|
|
DISTNAME= xbmbrowser5.1
|
|
PKGNAME= xbmbrowser-5.1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= utilities
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
|
|
DEPENDS+= xpm-3.4j:../../graphics/xpm
|
|
|
|
USE_IMAKE= yes
|
|
USE_GMAKE= yes
|
|
|
|
CAT1= xbmbrowser.0
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|