mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
19 lines
391 B
Makefile
19 lines
391 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.2.4
|
|
CATEGORIES= math
|
|
MASTER_SITES= ftp://alpha.gnu.org/gnu/pspp/ \
|
|
ftp://pspp.stat.wisc.edu/pub/PSPP/
|
|
|
|
MAINTAINER= andrew@chg.ru
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|