blob: 1b6e6b9ee2e3d58fb9b2df42983192f990bcbc67 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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
NO_STAGE= yes
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>
|