pkgsrc-wip/aespipe/Makefile
Aleksej Saushev dfd2040d5f Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't and might probably not have staged installation.
2012-09-24 16:56:26 +00:00

38 lines
886 B
Makefile

# $NetBSD: Makefile,v 1.5 2012/09/24 16:56:31 asau Exp $
#
DISTNAME= aespipe-v2.3b
PKGNAME= aespipe-2.3b
CATEGORIES= security
MASTER_SITES= http://loop-aes.sourceforge.net/aespipe/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= evaldo@gardenali.biz
HOMEPAGE= http://loop-aes.sourceforge.net/aespipe/
COMMENT= AES encryption pipe from the loop-aes project
PKG_DESTDIR_SUPPORT= none
DEPENDS+= gnupg>=1.2.0:../../security/gnupg
CRYPTO= YES
GNU_CONFIGURE= YES
.include "../../mk/bsd.prefs.mk"
ONLY_FOR_PLATFORM+= Linux-*-i[3-6]86
.if ${MACHINE_ARCH} == "amd64"
BUILD_TARGET= amd64
.elif ${MACHINE_ARCH} == "i386"
BUILD_TARGET= x86
.else
BUILD_TARGET= ${EMPTY}
.endif
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/bz2aespipe ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/aespipe
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/aespipe
.include "../../mk/bsd.pkg.mk"