pkgsrc-wip/courierpassd/Makefile
Aleksej Saushev a849059e7c Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-09-24 18:26:51 +00:00

20 lines
469 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/09/24 18:26:55 asau Exp $
#
DISTNAME= courierpassd-1.1.2
CATEGORIES= security
MASTER_SITES= http://www.arda.homeunix.net/store/
MAINTAINER= joe@joe.cz
HOMEPAGE= http://www.arda.homeunix.net/store/
COMMENT= Password changing daemon using courier-authlib
PKG_DESTDIR_SUPPORT= none
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../security/courier-authlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"