mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 12:29:16 -04:00
Google's one. It includes various fixes for FreeBSD and has been maintained by FreeBSD developers. - Drop binaries for testing. - Set maintainership to gnn@. Discussed with: tuexen and gnn
12 lines
208 B
Makefile
12 lines
208 B
Makefile
# $FreeBSD$
|
|
|
|
PREFIX?= /usr/local
|
|
BINDIR?= ${PREFIX}/bin
|
|
|
|
MAN=
|
|
|
|
.PATH: ${.CURDIR}/..
|
|
|
|
CFLAGS+= -I${.CURDIR}/.. -I${.CURDIR}
|
|
LDADD= ${.CURDIR}/../libpd/libpd.a -lprocstat -lutil \
|
|
-lkvm -lelf -lpthread -lpcap
|