This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd-ports
Watch
1
Star
0
Fork
0
You've already forked freebsd-ports
mirror of
https://git.FreeBSD.org/ports.git
synced
2024-11-14 23:46:10 +00:00
Code
Issues
Releases
Activity
15940d9123
freebsd-ports
/
benchmarks
/
tcpblast
/
src
/
Makefile
7 lines
93 B
Makefile
Raw
Normal View
History
Unescape
Escape
Several changes across all ports: 1. Make MASTER_SITES entries contain a trailing /. Garrett says that assuming a '/' seperator between entries in MASTER_SITES and entries in DISTFILES is a dangerous assumption. This will also be taken out of bsd.port.mk. 2. General clean-up. Some of these Makefiles were a little grim. Make sure they're all in sync with the sometimes rapidly changing bsd.port.mk! :) 3. Some small configuration tweaks to keep them compiling under the most recent 2.0 - some things seem to have broken along our road to release.
1994-09-14 14:12:45 +00:00
PROG
=
tcpblast
SRCS
=
tcpblast.c
NOMAN
=
yes
use ${PREFIX} instead of /usr/local
1995-10-06 20:02:50 +00:00
BINDIR
=
${
PREFIX
}
/bin
Bring in Michael Reifenberger's tcpblast port. Reviewed by: jkh Submitted by: mr
1994-09-08 21:59:31 +00:00
Several changes across all ports: 1. Make MASTER_SITES entries contain a trailing /. Garrett says that assuming a '/' seperator between entries in MASTER_SITES and entries in DISTFILES is a dangerous assumption. This will also be taken out of bsd.port.mk. 2. General clean-up. Some of these Makefiles were a little grim. Make sure they're all in sync with the sometimes rapidly changing bsd.port.mk! :) 3. Some small configuration tweaks to keep them compiling under the most recent 2.0 - some things seem to have broken along our road to release.
1994-09-14 14:12:45 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink