blob: ec8835aebf21f93c7a74251f72de85828901cf2d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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/
NO_WRKSUBDIR= yes
USE_IMAKE= yes
USE_GMAKE= yes
.include <bsd.port.mk>
|