Lines 1-7
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= testdisk |
3 |
PORTNAME= testdisk |
4 |
PORTVERSION= 6.14 |
4 |
PORTVERSION= 7.0 |
5 |
CATEGORIES= sysutils |
5 |
CATEGORIES= sysutils |
6 |
MASTER_SITES= http://www.cgsecurity.org/ |
6 |
MASTER_SITES= http://www.cgsecurity.org/ |
7 |
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} |
7 |
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} |
Lines 17-25
CPPFLAGS+= -I${PREFIX}/include
Link Here
|
17 |
LDFLAGS+= -L${PREFIX}/lib |
17 |
LDFLAGS+= -L${PREFIX}/lib |
18 |
CONFIGURE_ARGS= --without-ewf |
18 |
CONFIGURE_ARGS= --without-ewf |
19 |
|
19 |
|
20 |
PLIST_FILES= bin/fidentify bin/testdisk bin/photorec \ |
20 |
PLIST_FILES= bin/fidentify bin/photorec bin/testdisk \ |
21 |
man/man8/fidentify.8.gz man/man8/photorec.8.gz \ |
21 |
man/man8/fidentify.8.gz man/man8/photorec.8.gz \ |
22 |
man/man8/testdisk.8.gz |
22 |
man/man8/qphotorec.8.gz man/man8/testdisk.8.gz \ |
|
|
23 |
man/zh_CN/man8/fidentify.8.gz man/zh_CN/man8/photorec.8.gz \ |
24 |
man/zh_CN/man8/qphotorec.8.gz man/zh_CN/man8/testdisk.8.gz \ |
25 |
share/icons/hicolor/48x48/apps/qphotorec.png \ |
26 |
share/icons/hicolor/scalable/apps/qphotorec.svg |
23 |
|
27 |
|
24 |
PORTDOCS= * |
28 |
PORTDOCS= * |
25 |
|
29 |
|