1) Added DESTDIR support (Makefile)

2) Fixed Message Error "COMMENT should not end with a period" (Makefile)
This commit is contained in:
Kamel Ibn Aziz Derouiche 2009-03-20 22:26:13 +00:00 committed by Thomas Klausner
parent 50f485b714
commit 69c889ee06
1 changed files with 7 additions and 3 deletions

View File

@ -1,19 +1,23 @@
# $NetBSD: Makefile,v 1.2 2007/12/12 21:31:31 shattered Exp $
# $NetBSD: Makefile,v 1.3 2009/03/20 22:26:13 jihbed Exp $
#
DISTNAME= cryptcat-unix-1.2.1
CATEGORIES= net
CATEGORIES= net security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cryptcat/}
EXTRACT_SUFX= .tar
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://sourceforge.net/projects/cryptcat/
COMMENT= Standard netcat enhanced with twofish encryption.
COMMENT= Standard netcat enhanced with twofish encryption
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake
WRKSRC= ${WRKDIR}/unix
BUILD_TARGET= ${LOWER_OPSYS}
INSTALLATION_DIRS= share/doc/
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cryptcat ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cryptcat