1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/www/http_load/files/Makefile.bsd
Renato Botelho 7539732e2f - Update to 12mar2006 version
- Respect PREFIX
- Cleanup

PR:		ports/102819 (based-on)
Submitted by:	Hung-Je Lou <snese@csie.isu.edu.tw>
2006-09-25 10:54:49 +00:00

13 lines
259 B
Makefile

PROG = http_load
SRCS = http_load.c timers.c
.ifndef NO_OPENSSL
CFLAGS += -DUSE_SSL -I${OPENSSLBASE}/include ${OPENSSL_CFLAGS}
LDADD += -L${OPENSSLBASE}/lib -lssl -lcrypto
.endif
BINDIR = ${PREFIX}/bin
MANDIR = ${PREFIX}/man/man
.include <bsd.prog.mk>