pkgsrc/security/hydan/Makefile
dholland 0f1754e983 Relax ONLY_FOR_PLATFORM to *-*-i386. Was limited to NetBSD, FreeBSD, and
Linux but there's no obvious reason in the source and it's just been that
way since the package was first added a long time ago.
2015-07-12 07:02:13 +00:00

29 lines
880 B
Makefile

# $NetBSD: Makefile,v 1.9 2015/07/12 07:02:13 dholland Exp $
DISTNAME= hydan-0.13
PKGREVISION= 3
CATEGORIES= security
MASTER_SITES= http://crazyboy.com/hydan/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://crazyboy.com/hydan/
COMMENT= Steganography tool for covert comms, signing and watermarking
ONLY_FOR_PLATFORM= *-*-i386
WRKSRC= ${WRKDIR}/hydan
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hydan ${DESTDIR}${PREFIX}/bin
cd ${DESTDIR}${PREFIX}/bin && \
${RM} -f hydan-decode hydan-stats && \
${LN} -s hydan hydan-decode && \
${LN} -s hydan hydan-stats
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/hydan
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/hydan
${INSTALL_DATA} ${WRKSRC}/README.details ${DESTDIR}${PREFIX}/share/hydan
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"