pkgsrc/sysutils/depot/Makefile
obache 833167390b * Need some pre-created directories before install.
* Change install stage to usual way.
2007-12-30 13:19:39 +00:00

26 lines
699 B
Makefile

# $NetBSD: Makefile,v 1.20 2007/12/30 13:19:39 obache Exp $
#
DISTNAME= depot-5.14
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/depot/alpha/
MAINTAINER= pkgsrc-users@NetBSD.org
# "Most of the content here is being removed and archived."
# HOMEPAGE= http://asg.web.cmu.edu/depot/
COMMENT= Maps several separate packages into a tree without merging them
GNU_CONFIGURE= yes
USE_TOOLS+= lex yacc
CONFIGURE_ENV+= INSTALL="" CC=${CC:Q}
MAKE_ENV+= CC=${CC:Q}
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
INSTALL_DIRS= src/cmd man/man1 man/man5
INSTALL_MAKE_FLAGS+= DESTDIR=${PREFIX}
INSTALL_MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}
.include "../../mk/bsd.pkg.mk"