summaryrefslogtreecommitdiff
path: root/math/abs/Makefile
blob: 4f6e7249f05a2b077485869a9bb889d163fec79a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:   abs
# Version required:    0.5
# Date created:        20 January 1999
# Whom:                gmarco
#
# $Id$
#

DISTNAME=	abs-src-0.5
PKGNAME=	abs-0.5
CATEGORIES=	math
MASTER_SITES=	http://www.ping.be/bertin/

MAINTAINER=	freebsd@scotty.masternet.it

USE_XLIB=	yes

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/abs ${PREFIX}/bin

.include <bsd.port.mk>