Lines 6-16
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= pspp |
8 |
PORTNAME= pspp |
9 |
PORTVERSION= 0.4.0 |
9 |
PORTVERSION= 0.4.0.1 |
10 |
PORTREVISION= 3 |
|
|
11 |
CATEGORIES= math |
10 |
CATEGORIES= math |
12 |
MASTER_SITES= ${MASTER_SITE_GNU} |
11 |
MASTER_SITES= GNU |
13 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
|
|
14 |
|
12 |
|
15 |
MAINTAINER= ports@FreeBSD.org |
13 |
MAINTAINER= ports@FreeBSD.org |
16 |
COMMENT= Program for statistical analysis of sampled data |
14 |
COMMENT= Program for statistical analysis of sampled data |
Lines 18-27
Link Here
|
18 |
LIB_DEPENDS= plot.4:${PORTSDIR}/graphics/plotutils \ |
16 |
LIB_DEPENDS= plot.4:${PORTSDIR}/graphics/plotutils \ |
19 |
gslcblas.0:${PORTSDIR}/math/gsl |
17 |
gslcblas.0:${PORTSDIR}/math/gsl |
20 |
|
18 |
|
|
|
19 |
USE_GNOME= gnometarget |
21 |
USE_PERL5_BUILD=yes |
20 |
USE_PERL5_BUILD=yes |
22 |
GNU_CONFIGURE= yes |
|
|
23 |
USE_GMAKE= yes |
24 |
USE_GETTEXT= yes |
21 |
USE_GETTEXT= yes |
|
|
22 |
USE_GMAKE= yes |
23 |
GNU_CONFIGURE= yes |
25 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
24 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
26 |
LDFLAGS="-L${LOCALBASE}/lib" |
25 |
LDFLAGS="-L${LOCALBASE}/lib" |
27 |
|
26 |
|