mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 21:20:31 -04:00
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
30 lines
664 B
Makefile
30 lines
664 B
Makefile
# New ports collection makefile for: pspp
|
|
# Date created: 22 Apr 2000
|
|
# Whom: Andrew L. Neporada <andrew@chg.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pspp
|
|
PORTVERSION= 0.4.0.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= math
|
|
MASTER_SITES= GNU
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Program for statistical analysis of sampled data
|
|
|
|
LIB_DEPENDS= plot.4:${PORTSDIR}/graphics/plotutils \
|
|
gslcblas.0:${PORTSDIR}/math/gsl
|
|
|
|
USE_GNOME= gnometarget
|
|
USE_PERL5_BUILD=yes
|
|
USE_GETTEXT= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
INFO= pspp
|
|
|
|
.include <bsd.port.mk>
|