2000-12-11 03:00:45 +00:00
|
|
|
# New ports collection makefile for: blast
|
1996-07-31 22:07:52 +00:00
|
|
|
# Date created: 9 Jul 1996
|
|
|
|
# Whom: searle
|
|
|
|
#
|
1999-08-31 02:51:23 +00:00
|
|
|
# $FreeBSD$
|
1996-07-31 22:07:52 +00:00
|
|
|
#
|
|
|
|
|
2000-04-13 19:19:05 +00:00
|
|
|
PORTNAME= blast
|
2001-02-05 16:18:54 +00:00
|
|
|
PORTVERSION= 1.0
|
1996-11-18 11:44:27 +00:00
|
|
|
CATEGORIES= x11
|
1996-07-31 22:07:52 +00:00
|
|
|
MASTER_SITES= ftp://hpux.csc.liv.ac.uk/hpux/X11/Demos/blast-1.0/ \
|
|
|
|
ftp://ftp.univie.ac.at/systems/hpux/hpux/X11/Demos/blast-1.0/ \
|
1997-11-27 18:50:58 +00:00
|
|
|
ftp://hpftp.cict.fr/hpux/X11/Demos/blast-1.0/
|
2002-03-29 08:02:33 +00:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-ss-11.00
|
1996-07-31 22:07:52 +00:00
|
|
|
|
2001-09-17 17:40:31 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:21:36 +00:00
|
|
|
COMMENT= Blast blows holes through windows
|
1996-07-31 22:07:52 +00:00
|
|
|
|
2000-12-11 03:00:45 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
1996-11-13 12:41:39 +00:00
|
|
|
MAN1= blast.1
|
1996-07-31 22:07:52 +00:00
|
|
|
|
|
|
|
do-build:
|
2000-12-11 03:00:45 +00:00
|
|
|
${CC} ${CFLAGS} ${WRKSRC}/blast.c -I${X11BASE}/include -L${X11BASE}/lib -lX11 -lXext -o ${WRKSRC}/blast
|
1996-07-31 22:07:52 +00:00
|
|
|
|
|
|
|
do-install:
|
2000-12-11 03:00:45 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/blast ${PREFIX}/bin/blast
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/blast.man ${MANPREFIX}/man/man1/blast.1
|
1996-07-31 22:07:52 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|