Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= file |
8 |
PORTNAME= file |
9 |
PORTVERSION= 4.13 |
9 |
PORTVERSION= 4.15 |
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 15-26
Link Here
|
15 |
MAINTAINER= jharris@widomaker.com |
15 |
MAINTAINER= jharris@widomaker.com |
16 |
COMMENT= File - determine file type |
16 |
COMMENT= File - determine file type |
17 |
|
17 |
|
|
|
18 |
GNU_CONFIGURE= yes |
19 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
18 |
CONFIGURE_ARGS= --enable-fsect-man5 |
20 |
CONFIGURE_ARGS= --enable-fsect-man5 |
19 |
HAS_CONFIGURE= yes |
21 |
INSTALLS_SHLIB= yes |
|
|
22 |
|
20 |
MAN1= file.1 |
23 |
MAN1= file.1 |
21 |
MAN3= libmagic.3 |
24 |
MAN3= libmagic.3 |
22 |
MAN5= magic.5 |
25 |
MAN5= magic.5 |
23 |
|
|
|
24 |
INSTALLS_SHLIB= yes |
25 |
|
26 |
|
26 |
.include <bsd.port.mk> |
27 |
.include <bsd.port.mk> |