1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/math/abs/Makefile
Steve Price 0d970499bc Use our port of Xpm instead of the included version.
PR:		10463
Submitted by:	Tom Hukins <tom@eborcom.com>
1999-03-24 17:43:08 +00:00

24 lines
485 B
Makefile

# New ports collection makefile for: abs
# Version required: 0.5
# Date created: 20 January 1999
# Whom: gmarco
#
# $Id: Makefile,v 1.1.1.1 1999/01/26 03:43:37 steve Exp $
#
DISTNAME= abs-src-0.5
PKGNAME= abs-0.5
CATEGORIES= math
MASTER_SITES= http://www.ping.be/bertin/
MAINTAINER= freebsd@scotty.masternet.it
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_XLIB= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/abs ${PREFIX}/bin
.include <bsd.port.mk>