pkgsrc/mbone/common-mml/Makefile
dmcmahill 1ab4cddf82 use the results of the autoconf test for inet_ntop and inet_pton. Fixes
compile problems on sparc and should fix other big endian machines.
2002-09-27 01:50:02 +00:00

31 lines
760 B
Makefile

# $NetBSD: Makefile,v 1.3 2002/09/27 01:50:02 dmcmahill Exp $
#
DISTNAME= common-1.2.0
PKGNAME= common-mml-1.2.0
CATEGORIES= mbone
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/common/
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www-mice.cs.ucl.ac.uk/multimedia/software/common/index.html
COMMENT= Common multimedia library required by mbone tools
.include "../../mk/bsd.prefs.mk"
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
WRKSRC= ${WRKDIR}/common
# this does ipv6 ONLY ;(
# .if ${USE_INET6} == "YES"
# CONFIGURE_ARGS+= --enable-ipv6
# .endif
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/include/common-mml
${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/common-mml
test: build
${WRKSRC}/test-libcommon
.include "../../mk/bsd.pkg.mk"