pkgsrc/mbone/common-mml/Makefile
snj 88da5ded68 This package needs gtk-doc to successfully build its HTML docs. Adding a
build dependency on gtk-doc isn't enough to make everything happy, because
the gtk-doc package unhelpfully disables sgml support by default (in the
name of avoiding a "heavy" jade dependency).  In order to get a package
that is consistent regardless of which additional packages are installed,
let's just not install the HTML docs at all.
2009-12-12 18:11:07 +00:00

30 lines
864 B
Makefile

# $NetBSD: Makefile,v 1.19 2009/12/12 18:11:07 snj Exp $
DISTNAME= common-1.2.16
PKGNAME= common-mml-1.2.16
PKGREVISION= 4
CATEGORIES= mbone
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/common/
MAINTAINER= psham@cs.nmsu.edu
HOMEPAGE= http://www-mice.cs.ucl.ac.uk/multimedia/software/common/
COMMENT= Common multimedia library required by mbone tools
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/common
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
INSTALLATION_DIRS= include/common-mml lib share/doc/common-mml
INCDIR= ${PREFIX}/include/common-mml
DOCDIR= ${PREFIX}/share/doc/common-mml
do-install:
${LIBTOOL} --mode=install \
${INSTALL_LIB} ${WRKSRC}/src/*.la ${DESTDIR}${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/src/*.h ${DESTDIR}${INCDIR}
# ${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${DESTDIR}${DOCDIR}
.include "../../mk/bsd.pkg.mk"