2005-01-14 22:52:08 +01:00
|
|
|
# New ports collection makefile for: udunits
|
|
|
|
# Date created: 31 December 2004
|
|
|
|
# Whom: Greg Lewis <glewis@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= udunits
|
2009-10-28 14:24:46 +01:00
|
|
|
PORTVERSION= 2.1.9
|
2005-01-14 22:52:08 +01:00
|
|
|
CATEGORIES= science math
|
2007-04-03 18:16:39 +02:00
|
|
|
MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/${PORTNAME}/ \
|
2005-11-15 21:12:17 +01:00
|
|
|
${MASTER_SITE_LOCAL:S|%SUBDIR%|glewis/udunits|}
|
2005-01-14 22:52:08 +01:00
|
|
|
|
2007-04-04 05:31:05 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-01-14 22:52:08 +01:00
|
|
|
COMMENT= A library for manipulating units of physical quantities
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_PERL5= yes
|
2009-10-28 14:24:46 +01:00
|
|
|
USE_LDCONFIG= yes
|
2009-06-09 16:30:23 +02:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2005-01-22 08:16:45 +01:00
|
|
|
CFLAGS+= -fPIC
|
|
|
|
|
2005-01-14 22:52:08 +01:00
|
|
|
.include <bsd.port.mk>
|