blob: 4033f29ac3ca8b3d1c4fffd4a74ce8fa97fe3e3b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: SS
# Version required: 1.3.3
# Date created: 5 January 1997
# Whom: Pedro Giffuni
#
# $Id: Makefile,v 1.2 1997/08/13 09:57:33 tg Exp $
#
DISTNAME= ss_1.3.3
PKGNAME= ss-1.3.3
CATEGORIES= math
MASTER_SITES= http://www.ualberta.ca/~amulder/ss/
MAINTAINER= giffunip@asme.org
WRKSRC= ${WRKDIR}/ss_133
MAN1= ss.1 pss.1
do-configure:
@${CP} ${WRKSRC}/config.bsd ${WRKSRC}/config.h
.include <bsd.port.mk>
|