diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-07-01 09:12:09 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-07-01 09:12:09 +0000 |
commit | 23f4b32ac7284766b3f5925f87bb8c4eee0086cf (patch) | |
tree | 3a4ba1df3f775b4c5d9b29599afbfab56182a4ae /math/xspread/Makefile | |
parent | 1022b5b750befecdbfb07712029b24f45efe91c1 (diff) | |
download | ports-23f4b32ac7284766b3f5925f87bb8c4eee0086cf.tar.gz ports-23f4b32ac7284766b3f5925f87bb8c4eee0086cf.zip |
Notes
Diffstat (limited to 'math/xspread/Makefile')
-rw-r--r-- | math/xspread/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/math/xspread/Makefile b/math/xspread/Makefile new file mode 100644 index 000000000000..ec8835aebf21 --- /dev/null +++ b/math/xspread/Makefile @@ -0,0 +1,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> |