pkgsrc/mbone/common-mml/Makefile
hubertf 9f1a537c64 Import common-mml-1.2.0:
The UCL common multimedia library implements a number of algorithms and
protocols needed by a number of our applications. It compiles standalone
on a range of Unix systems (Solaris, Linux, Irix, FreeBSD) and on Windows
95/98/NT.

The following protocols/algorithms are included in the library:

 * Base64 encoding/decoding
 * Binary tree
 * Random number
 * HMAC authentication
 * MD5
 * DES
 * RTP
 * Mbus
2000-12-17 09:46:00 +00:00

27 lines
664 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2000/12/17 09:46:00 hubertf 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
.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
.include "../../mk/bsd.pkg.mk"