blob: ab09d98513316d74c7ce06986f25972fd71cc3d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: xspread
# Version required: 2.1
# Date created: 28 June 1995
# Whom: janek@gaja.ipan.lublin.pl
#
DISTNAME= xspread2.1
PKGNAME= xspread-2.1
CATEGORIES+= math
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/distributions/slackware/source/xap/xspread/ \
ftp://ftp.icm.edu.pl/pub2/linux/distributions/slackware/source/xap/xspread/
USE_IMAKE= yes
USE_GMAKE= yes
.include <bsd.port.mk>
|