freebsd-ports/devel/uclmmbase/Makefile

39 lines
1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: uclmmbase
# Date created: Thanksgiving Day, 1999
# Whom: Garrett Wollman <wollman@lcs.mit.edu>
#
# $FreeBSD$
#
2000-04-14 07:44:42 +02:00
PORTNAME= uclmmbase
PORTVERSION= 1.2.16
2002-06-16 19:56:04 +02:00
CATEGORIES= devel ipv6
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/common/
2000-04-14 07:44:42 +02:00
DISTNAME= common-${PORTVERSION}
MAINTAINER= mi@aldan.algebra.com
COMMENT= Common subroutines for UCL mbone applications
WRKSRC= ${WRKDIR}/common
GNU_CONFIGURE= yes
USE_OPENSSL= yes
2007-10-04 01:00:29 +02:00
CONFIGURE_ARGS= --enable-ipv6
post-configure:
@for f in ${FILESDIR}/*.bsd ; do \
${LN} -sf $$f ${WRKSRC}/src/`${BASENAME} $$f .bsd` ; \
done
# Run the test, and fail if we hit an error. Don't fail in case of
# the networking-error, which may be due IPv6 (or IPv4) being unavailable
# or some network (mis)configuration:
post-build test:
${WRKSRC}/tests/test-libcommon 2>&1 | ${AWK} ' \
/fail$$/ && $$2 != "networking" { code=1 } \
{ print } END { exit code }'
do-install:
cd ${WRKSRC}/src && ${MAKE_ENV} ${MAKE} install
2007-10-04 01:00:29 +02:00
.include <bsd.port.mk>