Lines 1-5
Link Here
|
1 |
PORTNAME= bmpp |
1 |
PORTNAME= bmpp |
2 |
DISTVERSION= 4.30.8 |
2 |
DISTVERSION= 4.30.10 |
3 |
CATEGORIES= graphics perl5 |
3 |
CATEGORIES= graphics perl5 |
4 |
MASTER_SITES= SF/dktools/dktools/dktools-${PORTVERSION} |
4 |
MASTER_SITES= SF/dktools/dktools/dktools-${PORTVERSION} |
5 |
DISTNAME= dktools-${PORTVERSION} |
5 |
DISTNAME= dktools-${PORTVERSION} |
Lines 15-28
LIB_DEPENDS= libpng.so:graphics/png \
Link Here
|
15 |
|
15 |
|
16 |
USES= gmake jpeg localbase:ldflags |
16 |
USES= gmake jpeg localbase:ldflags |
17 |
|
17 |
|
18 |
CONFLICTS_INSTALL= dktools[0-9]* |
|
|
19 |
GNU_CONFIGURE= yes |
18 |
GNU_CONFIGURE= yes |
20 |
ALL_TARGET= bmpp |
|
|
21 |
|
22 |
# We do not want to include sys/termios.h even if it exists, and we do not want |
19 |
# We do not want to include sys/termios.h even if it exists, and we do not want |
23 |
# to depend on BDB for db.h (it is used by other parts of dktools). |
20 |
# to depend on BDB for db.h (it is used by other parts of dktools). |
24 |
CONFIGURE_ENV= ac_cv_header_sys_termios_h=no\ |
21 |
CONFIGURE_ENV= ac_cv_header_sys_termios_h=no\ |
25 |
ac_cv_header_db_h=no |
22 |
ac_cv_header_db_h=no |
|
|
23 |
ALL_TARGET= bmpp |
24 |
CONFLICTS_INSTALL= dktools[0-9]* |
26 |
|
25 |
|
27 |
PLIST_FILES= bin/bmpp man/man1/bmpp.1.gz |
26 |
PLIST_FILES= bin/bmpp man/man1/bmpp.1.gz |
28 |
|
27 |
|