freebsd-ports/devel/jech-dht/files/BSDmakefile
Mikhail Teterin 2a80fcaccf Add NO_PROFILE=yes to these Makefiles to prevent building/installing the
_p.a flavor of the libraries.

Submitted by:	pointyhat's bot
2012-07-31 16:23:39 +00:00

15 lines
192 B
Makefile

LIB= dht
SHLIB_MAJOR= 0
SHLIB_MINOR= 21
NO_PROFILE= yes
SRCS= dht.c
CFLAGS+=-DHAVE_MEMMEM
WARNS= 3
INCS= dht.h
INCLUDEDIR=${PREFIX}/include/dht
LIBDIR= ${PREFIX}/lib
.include <bsd.lib.mk>