pkgsrc/editors/ce-doc/Makefile
schmonz 697342268c Update to 4.5. No changelog available, and diffs are extensive.
Many (most?) are to take more care with types and declarations.
2005-01-08 07:46:15 +00:00

22 lines
441 B
Makefile

# $NetBSD: Makefile,v 1.3 2005/01/08 07:46:15 schmonz Exp $
#
.include "../ce/Makefile.common"
PKGNAME= ce-doc-${VERSION}
COMMENT+= , documentation
PKG_INSTALLATION_TYPES= overwrite pkgviews
NO_BUILD= # defined
INSTALL_TARGET= doc-install
INSTALLATION_DIRS= bin share/doc/ce
SUBST_CLASSES+= paths
SUBST_STAGE.paths= do-configure
SUBST_FILES.paths= teach-ce.in
SUBST_SED.paths= -e 's|@LN@|${LN}|g'
.include "../../mk/bsd.pkg.mk"