Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= file |
8 |
PORTNAME= file |
9 |
PORTVERSION= 4.21 |
9 |
PORTVERSION= 4.25 |
10 |
CATEGORIES= sysutils |
10 |
CATEGORIES= sysutils |
11 |
MASTER_SITES= ftp://ftp.astron.com/pub/file/ \ |
11 |
MASTER_SITES= ftp://ftp.astron.com/pub/file/ \ |
12 |
ftp://ftp.gw.com/mirrors/pub/unix/file/ \ |
12 |
ftp://ftp.gw.com/mirrors/pub/unix/file/ \ |
Lines 16-26
Link Here
|
16 |
COMMENT= Utility to determine file type |
16 |
COMMENT= Utility to determine file type |
17 |
|
17 |
|
18 |
USE_AUTOTOOLS= libtool:15 |
18 |
USE_AUTOTOOLS= libtool:15 |
19 |
GNU_CONFIGURE= yes |
|
|
20 |
USE_LDCONFIG= yes |
19 |
USE_LDCONFIG= yes |
21 |
USE_GCC= 3.4+ |
20 |
USE_GCC= 3.4+ |
22 |
|
21 |
|
23 |
CONFIGURE_ARGS= --enable-fsect-man5 |
22 |
CONFIGURE_ARGS+= --enable-fsect-man5 |
24 |
|
23 |
|
25 |
CONFLICTS= tct-[0-9]* |
24 |
CONFLICTS= tct-[0-9]* |
26 |
|
25 |
|
Lines 28-31
Link Here
|
28 |
MAN3= libmagic.3 |
27 |
MAN3= libmagic.3 |
29 |
MAN5= magic.5 |
28 |
MAN5= magic.5 |
30 |
|
29 |
|
|
|
30 |
regression-test: build |
31 |
@( cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} check ; ) |
32 |
|
31 |
.include <bsd.port.mk> |
33 |
.include <bsd.port.mk> |