- Stage support
This commit is contained in:
parent
a2af87c973
commit
79b64005f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343751
2 changed files with 3 additions and 7 deletions
|
@ -10,8 +10,7 @@ MAINTAINER= nobutaka@FreeBSD.org
|
|||
COMMENT= A dd program useful for computer forensics
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= gettext iconv
|
||||
USE_GMAKE= yes
|
||||
USES= gettext iconv gmake
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= LIBS="${LIBS} -L${LOCALBASE}/lib"
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -19,10 +18,6 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
|||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
MAN1= dc3dd.1
|
||||
|
||||
NO_STAGE= yes
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
bin/dc3dd
|
||||
man/man1/dc3dd.1.gz
|
||||
%%NLS%%share/locale/af/LC_MESSAGES/dc3dd.mo
|
||||
%%NLS%%share/locale/af/LC_TIME/dc3dd.mo
|
||||
%%NLS%%share/locale/be/LC_MESSAGES/dc3dd.mo
|
||||
|
|
Loading…
Reference in a new issue