1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/mail/sendok/Makefile
Bryan Drewery 63f96859ce - Convert USE_QMAIL_RUN, USE_QMAIL_BUILD and WANT_QMAIL into USES feature
bapt contributed to the qmail.mk as well
- Trim headers

USES= qmail:run will add qmail into RUN_DEPENDS
USES= qmail:build will add qmail into BUILD_DEPENDS
USES= qmail[:both] will add qmail into both RUN and BUILD DEPENDS
USES= qmail:vars will set QMAIL_PREFIX

With hat:	portmgr
2013-03-15 22:03:42 +00:00

28 lines
551 B
Makefile

# Created by: Zak Johnson <zakj@nox.cx>
# $FreeBSD$
PORTNAME= sendok
PORTVERSION= 0.9.2
CATEGORIES= mail
MASTER_SITES= http://peff.net/sendok/ \
http://www.cs.virginia.edu/~jrk3g/sendok/
MAINTAINER= zakj@nox.cx
COMMENT= Generates qmail email addresses with timed cookies
USES= qmail:run
PLIST_FILES= bin/sendok-check bin/sendok-create
ALL_TARGET= it
post-patch:
@${ECHO_CMD} ${CC} ${CFLAGS} >${WRKSRC}/conf-cc
do-install:
.for f in sendok-check sendok-create
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
.endfor
.include <bsd.port.mk>