|
Lines 14-22
MAINTAINER= avl@FreeBSD.org
Link Here
|
| 14 |
COMMENT= A utility for reading, writing, verifying and erasing flash ROM chips |
14 |
COMMENT= A utility for reading, writing, verifying and erasing flash ROM chips |
| 15 |
|
15 |
|
| 16 |
LIB_DEPENDS= pci.3:${PORTSDIR}/devel/libpci |
16 |
LIB_DEPENDS= pci.3:${PORTSDIR}/devel/libpci |
| 17 |
RUN_DEPENDS= dmidecode:${PORTSDIR}/sysutils/dmidecode |
|
|
| 18 |
|
17 |
|
| 19 |
OPTIONS= FTDI "Enable external FT2232SPI flasher support" off |
18 |
OPTIONS= FTDI "Enable external FT2232SPI flasher support" off \ |
|
|
19 |
DMIDECODE "Use dmidecode to gather DMI information" on |
| 20 |
|
20 |
|
| 21 |
USE_BZIP2= yes |
21 |
USE_BZIP2= yes |
| 22 |
USE_GMAKE= yes |
22 |
USE_GMAKE= yes |
|
Lines 39-44
MAN8= ${PORTNAME}.8
Link Here
|
| 39 |
USE_GNOME= pkgconfig |
39 |
USE_GNOME= pkgconfig |
| 40 |
LIB_DEPENDS+= ftdi.18:${PORTSDIR}/devel/libftdi |
40 |
LIB_DEPENDS+= ftdi.18:${PORTSDIR}/devel/libftdi |
| 41 |
.endif |
41 |
.endif |
|
|
42 |
.if defined(WITH_DMIDECODE) |
| 43 |
RUN_DEPENDS= dmidecode:${PORTSDIR}/sysutils/dmidecode |
| 44 |
.endif |
| 42 |
|
45 |
|
| 43 |
post-patch: |
46 |
post-patch: |
| 44 |
.if defined(WITH_FTDI) |
47 |
.if defined(WITH_FTDI) |