1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/devel/uclmmbase/Makefile
Bill Fenner 6475f86d4e Do the pre/post thing to get ${OSVERSION} defined where I'm checking it.
Submitted by:	Thomas Gellekum <tg@melaten.rwth-aachen.de>
2000-03-10 02:46:43 +00:00

39 lines
942 B
Makefile

# New ports collection makefile for: uclmmbase
# Version required: 1.1.2
# Date created: Thanksgiving Day, 1999
# Whom: Garrett Wollman <wollman@lcs.mit.edu>
#
# $FreeBSD$
#
DISTNAME= common-1.1.2
PKGNAME= uclmmbase-1.1.2
CATEGORIES= devel
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/common/
MAINTAINER= fenner@FreeBSD.org
WRKSRC= ${WRKDIR}/common
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 400014
CONFIGURE_ARGS+= --enable-ipv6
.endif
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 \
rtp.h uclconf.h util.h version.h
do-install:
${INSTALL_DATA} ${WRKSRC}/libuclmmbase.a ${PREFIX}/lib
@${MKDIR} ${PREFIX}/include/uclmmbase
.for file in ${INSTALL_HDRS}
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/include/uclmmbase
.endfor
.include <bsd.port.post.mk>