pkgsrc/pkgtools/gensolpkg/Makefile
agc 61aa2745b8 Update to version 1.8 to accommodate the changed name of the
bsd.pkg.mk target, which was changed as part of the bulk package
infrastructure additions.

To protect against this happenning again, define a compile-time
definition called PACKAGE_DEPENDS_TARGET, which is by default
"run-depends-list", so that we can specify the bsd.pkg.mk target
at compile-time.
2000-08-02 10:53:49 +00:00

18 lines
405 B
Makefile

# $NetBSD: Makefile,v 1.10 2000/08/02 10:53:49 agc Exp $
#
DISTNAME= gensolpkg-1.8
CATEGORIES= pkgtools
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= agc@netbsd.org
HOMEPAGE= http://www.westley.demon.co.uk/software.html
ONLY_FOR_PLATFORM= SunOS-*-* # uses Solaris pkgmk(1)
MAKE_ENV+= CPPFLAGS="" CC=${CC}
do-install:
cd ${WRKSRC} && ${MAKE} install PREFIX=${PREFIX}
.include "../../mk/bsd.pkg.mk"