mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Remove bad MASTER_SITES and fix some things pointed out by portlint.
This commit is contained in:
parent
72feddb408
commit
3ca6e5e86f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8872
@ -3,17 +3,15 @@
|
||||
# Date created: 9 Jul 1996
|
||||
# Whom: searle
|
||||
#
|
||||
# $Id: Makefile,v 1.3 1996/11/13 12:41:35 asami Exp $
|
||||
# $Id: Makefile,v 1.4 1996/11/18 11:42:45 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= blast-1.0-ss-9.03
|
||||
PKGNAME= blast-1.0
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ftp://hpux.csc.liv.ac.uk/hpux/X11/Demos/blast-1.0/ \
|
||||
ftp://ftp.ask.uni-karlsruhe.de/pub/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/ \
|
||||
ftp://parnas.mimuw.edu.pl/hpux/X11/Demos/blast-1.0/
|
||||
ftp://hpftp.cict.fr/hpux/X11/Demos/blast-1.0/
|
||||
|
||||
MAINTAINER= searle@longacre.demon.co.uk
|
||||
|
||||
@ -21,10 +19,10 @@ USE_X11= yes
|
||||
MAN1= blast.1
|
||||
|
||||
pre-configure:
|
||||
mv $(WRKDIR)/blast-1.0 $(WRKSRC)
|
||||
${MV} $(WRKDIR)/blast-1.0 $(WRKSRC)
|
||||
|
||||
do-build:
|
||||
cc $(WRKSRC)/blast.c -I/usr/X11R6/include -O2 -L$(PREFIX)/lib -lX11 -lXext -o $(WRKSRC)/blast
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user