blob: c4192ba3558be4e3ed9c7c4a3035936e83ce5ac7 (
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
29
30
31
|
# New ports collection makefile for: sendok
# Date created: 18 October 2005
# Whom: 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
USE_QMAIL_RUN= yes
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>
|