freebsd-ports/math/rpc/Makefile
Ying-Chieh Liao a9ea8fc4bf upgrade to 0.94
respect to CFLAGS

Submitted by:	Pete Fritchman <petef@databits.net>
2001-06-08 17:18:37 +00:00

19 lines
437 B
Makefile

# ex:ts=8
# New ports collection makefile for: rpc
# Date created: Mar 21, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= rpc
PORTVERSION= 0.94
CATEGORIES= math
MASTER_SITES= http://www.eecs.umich.edu/~pelzlpj/rpc/
MAINTAINER= ijliao@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libccm.so:${PORTSDIR}/math/ccmath
RUN_DEPENDS= ${LOCALBASE}/lib/libccm.so:${PORTSDIR}/math/ccmath
.include <bsd.port.mk>