pkgsrc/math/R-circular/Makefile
ryoon 288f1826ed Add c to USE_LANGUAGES.
Fix build on Gentoo Linux.
2011-09-26 20:04:00 +00:00

17 lines
420 B
Makefile

# $NetBSD: Makefile,v 1.5 2011/09/26 20:04:00 ryoon Exp $
PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/circular/
COMMENT= Circular Statistics, from "Topics in circular Statistics"
R_PKGNAME= circular
R_PKGVER= 0.3-8
USE_LANGUAGES= fortran77 c
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"