ports/www/http_post/files/Makefile.bsd
Christian Weisgerber d9029f1552 www/*: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-21 09:15:37 +00:00

12 lines
258 B
Text

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