2000-01-26 05:56:05 +00:00
|
|
|
# New ports collection makefile for: uclmmbase
|
|
|
|
# Date created: Thanksgiving Day, 1999
|
|
|
|
# Whom: Garrett Wollman <wollman@lcs.mit.edu>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 05:44:42 +00:00
|
|
|
PORTNAME= uclmmbase
|
|
|
|
PORTVERSION= 1.1.2
|
2000-01-26 05:56:05 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/common/
|
2000-04-14 05:44:42 +00:00
|
|
|
DISTNAME= common-${PORTVERSION}
|
2000-01-26 05:56:05 +00:00
|
|
|
|
2000-03-08 16:53:52 +00:00
|
|
|
MAINTAINER= fenner@FreeBSD.org
|
2000-01-29 21:43:52 +00:00
|
|
|
|
2000-01-26 05:56:05 +00:00
|
|
|
WRKSRC= ${WRKDIR}/common
|
2000-02-29 01:58:29 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2000-03-10 02:46:43 +00:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 400014
|
2000-03-08 16:53:52 +00:00
|
|
|
CONFIGURE_ARGS+= --enable-ipv6
|
|
|
|
.endif
|
2000-01-26 05:56:05 +00:00
|
|
|
|
|
|
|
RESTRICTED= "Contains DES cryptography."
|
|
|
|
|
|
|
|
INSTALL_HDRS= base64.h config_win32.h config_unix.h crypt_random.h \
|
|
|
|
debug.h hmac.h mbus.h md5.h memory.h net_udp.h qfDES.h \
|
2000-03-08 16:53:52 +00:00
|
|
|
rtp.h uclconf.h util.h version.h
|
2000-01-26 05:56:05 +00:00
|
|
|
|
|
|
|
do-install:
|
2000-02-29 01:58:29 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/libuclmmbase.a ${PREFIX}/lib
|
2000-01-29 21:43:52 +00:00
|
|
|
@${MKDIR} ${PREFIX}/include/uclmmbase
|
|
|
|
.for file in ${INSTALL_HDRS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/include/uclmmbase
|
|
|
|
.endfor
|
2000-01-26 05:56:05 +00:00
|
|
|
|
2000-03-10 02:46:43 +00:00
|
|
|
.include <bsd.port.post.mk>
|