mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
30 lines
745 B
Makefile
30 lines
745 B
Makefile
# New ports collection makefile for: blast-1.0
|
|
# Date created: 9 Jul 1996
|
|
# Whom: searle
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= blast
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= x11
|
|
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/ \
|
|
ftp://hpftp.cict.fr/hpux/X11/Demos/blast-1.0/
|
|
DISTNAME= ${PKGNAME}-ss-10.20
|
|
|
|
MAINTAINER= jseger@FreeBSD.org
|
|
|
|
USE_X_PREFIX= yes
|
|
MAN1= blast.1
|
|
WRKSRC= ${WRKDIR}/blast-1.0
|
|
|
|
do-build:
|
|
cc $(WRKSRC)/blast.c -I${X11BASE}/include -O2 -L$(PREFIX)/lib -lX11 -lXext -o $(WRKSRC)/blast
|
|
|
|
do-install:
|
|
$(INSTALL_PROGRAM) $(WRKSRC)/blast $(PREFIX)/bin/blast
|
|
$(INSTALL_MAN) $(WRKSRC)/blast.man $(PREFIX)/man/man1/blast.1
|
|
|
|
.include <bsd.port.mk>
|