Add MAINTAINER, HOMEPAGE, COMMENT.
This commit is contained in:
parent
89efb21ad3
commit
bf65a51eb8
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2004/01/09 20:40:05 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2004/01/12 03:16:32 jlam Exp $
|
||||
|
||||
DISTNAME= cyrus-sasl-2.1.17
|
||||
PKGNAME= ${DISTNAME:S/sasl/saslauthd/}
|
||||
|
@ -16,6 +16,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/saslauthd
|
|||
EXTRACT_ELEMENTS= ${DISTNAME}/saslauthd
|
||||
EXTRACT_ELEMENTS+= ${DISTNAME}/include/hmac-md5.h
|
||||
|
||||
MAINTAINER= jlam@NetBSD.org
|
||||
HOMEPAGE= http://asg.web.cmu.edu/sasl/
|
||||
COMMENT= Cyrus SASL plaintext authentication daemon
|
||||
|
||||
USE_BUILDLINK3= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
||||
|
|
Loading…
Reference in a new issue