# New ports collection makefile for: uclmmbase # Date created: Thanksgiving Day, 1999 # Whom: Garrett Wollman # # $FreeBSD$ # PORTNAME= uclmmbase PORTVERSION= 1.2.16 CATEGORIES= devel ipv6 MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/common/ DISTNAME= common-${PORTVERSION} MAINTAINER= mi@aldan.algebra.com COMMENT= Common subroutines for UCL mbone applications WRKSRC= ${WRKDIR}/common GNU_CONFIGURE= yes USE_OPENSSL= 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: ${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 .if ${OSVERSION} >= 400014 CONFIGURE_ARGS+= --enable-ipv6 .endif .include a title='freebsd-ports-gnome' href='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ppl
Commit message (Expand)AuthorAgeFilesLines
* Switch to use newer GMP version.ale2010-04-192-1/+23
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
* - Fix build on 6.xamdmi32009-06-011-0/+1
* - Update to 0.10.2amdmi32009-06-013-832/+1070
* Chase libgmp and bump PORTREVISION.ale2009-05-131-2/+2
* - Fix plist for NOPORTDOCS caseamdmi32008-08-261-1/+2
* - Add build dependency on PERL5gahr2008-08-262-2/+6
* - Update to 0.9gahr2008-08-234-21/+850
* - Fix after objformat removalpav2007-03-283-25/+6
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1
* Chase gmp library and bump PORTREVISION.ale2006-05-10