Lines 9-24
Link Here
|
9 |
PORTVERSION= 1.2.11 |
9 |
PORTVERSION= 1.2.11 |
10 |
PORTREVISION= 1 |
10 |
PORTREVISION= 1 |
11 |
CATEGORIES= devel |
11 |
CATEGORIES= devel |
12 |
MASTER_SITES= ftp://ftp-dev.cso.uiuc.edu/pub/libtar/ |
12 |
MASTER_SITES= ftp://ftp.feep.net/pub/software/libtar/ |
13 |
|
13 |
|
14 |
MAINTAINER= ports@FreeBSD.org |
14 |
MAINTAINER= ports@FreeBSD.org |
15 |
COMMENT= A library for manipulating POSIX and GNU tar files |
15 |
COMMENT= A library for manipulating POSIX and GNU tar files |
16 |
|
16 |
|
17 |
GNU_CONFIGURE= yes |
|
|
18 |
USE_GMAKE= yes |
17 |
USE_GMAKE= yes |
|
|
18 |
GNU_CONFIGURE= yes |
19 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
19 |
|
20 |
|
|
|
21 |
.include <bsd.port.pre.mk> |
20 |
.include "files/manpages" |
22 |
.include "files/manpages" |
21 |
|
23 |
.include <bsd.port.post.mk> |
22 |
INSTALLS_SHLIB= yes |
|
|
23 |
|
24 |
.include <bsd.port.mk> |