freebsd-ports/devel/uclmmbase/Makefile
Mikhail Teterin e7e773a0cd Upgrade from 1.2.16 to 1.2.18. The author(s) no longer distribute the
distfile by itself -- only as part of a giant distribution including
Tcl/Tk-8.0 among other things, so I'm switching to housing the "seed"
myself for the time being.

The older vic and rat are expected to continue "just work" until I
upgrade them in their turns.

PR:	ports/155335
2011-03-14 11:47:16 +00:00

42 lines
1.1 KiB
Makefile

# New ports collection makefile for: uclmmbase
# Date created: Thanksgiving Day, 1999
# Whom: Garrett Wollman <wollman@lcs.mit.edu>
#
# $FreeBSD$
#
PORTNAME= uclmmbase
PORTVERSION= 1.2.18
CATEGORIES= devel ipv6
MASTER_SITES= http://aldan.algebra.com/~mi/port-stuff/
DISTNAME= common-${PORTVERSION}
MAINTAINER= mi@aldan.algebra.com
COMMENT= Common subroutines for UCL mbone applications
WRKSRC= ${WRKDIR}/common
GNU_CONFIGURE= yes
USE_OPENSSL= yes
.ifndef (NO_INET6)
CONFIGURE_ARGS= --enable-ipv6
.endif
USE_XZ= yes
MAKE_JOBS_SAFE= yes
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:
cd ${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
.include <bsd.port.mk>