aboutsummaryrefslogtreecommitdiffstats
path: root/security/courieruserinfo/Makefile
blob: 1a4216259efae406eeb52da5427e4965cc13d149 (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
32
33
34
35
36
37
# New ports collection makefile for:    courieruserinfo
# Date created:             27th July 2006
# Whom:                 Andrew St. Jean <andrew@arda.homeunix.net>
#
# $FreeBSD$

PORTNAME=   courieruserinfo
PORTVERSION=    1.1.2
CATEGORIES= security mail
MASTER_SITES=   http://www.arda.homeunix.net/store/

MAINTAINER= andrew@arda.homeunix.net
COMMENT=    User account information retrieval utility

BUILD_DEPENDS=  courierauthconfig:${PORTSDIR}/security/courier-authlib-base
RUN_DEPENDS=    courierauthconfig:${PORTSDIR}/security/courier-authlib-base

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

MAN8=       courieruserinfo.8

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>