openbsd-ports/sysutils/openpoppassd/Makefile
2013-03-11 11:35:43 +00:00

27 lines
512 B
Makefile

# $OpenBSD: Makefile,v 1.11 2013/03/11 11:41:31 espie Exp $
COMMENT= daemon for changing passwords
DISTNAME= openpoppassd-1.1
REVISION = 4
CATEGORIES= sysutils
HOMEPAGE= http://www.ostc.de/projects.html\#openpoppassd
MAINTAINER= Hermann Gottschalk <magnum@pestilenz.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= http://www.ostc.de/
EXTRACT_SUFX= .tgz
WRKDIST= ${WRKDIR}/openpoppassd
WANTLIB= c
MAKE_ENV= MANDIR="${PREFIX}/man/man" \
BINDIR="${PREFIX}/libexec"
.include <bsd.port.mk>