Lines 1-5
Link Here
|
1 |
PORTNAME= coreutils |
1 |
PORTNAME= coreutils |
2 |
PORTVERSION= 8.32 |
2 |
PORTVERSION= 9.1 |
3 |
CATEGORIES= sysutils textproc |
3 |
CATEGORIES= sysutils textproc |
4 |
MASTER_SITES= GNU |
4 |
MASTER_SITES= GNU |
5 |
|
5 |
|
Lines 9-15
COMMENT= Free Software Foundation core utilities
Link Here
|
9 |
LICENSE= GPLv3 |
9 |
LICENSE= GPLv3 |
10 |
LICENSE_FILE= ${WRKSRC}/COPYING |
10 |
LICENSE_FILE= ${WRKSRC}/COPYING |
11 |
|
11 |
|
12 |
USES= cpe gmake iconv perl5 charsetfix tar:xz |
12 |
USES= cpe iconv perl5 charsetfix tar:xz |
13 |
CPE_VENDOR= gnu |
13 |
CPE_VENDOR= gnu |
14 |
USE_PERL5= build # required for tests and man page generation |
14 |
USE_PERL5= build # required for tests and man page generation |
15 |
USE_LDCONFIG= yes |
15 |
USE_LDCONFIG= yes |
Lines 33-41
GMP_CONFIGURE_WITH= gmp
Link Here
|
33 |
NLS_USES= gettext |
33 |
NLS_USES= gettext |
34 |
NLS_CONFIGURE_ENABLE= nls |
34 |
NLS_CONFIGURE_ENABLE= nls |
35 |
|
35 |
|
36 |
CPPFLAGS+= -I${LOCALBASE}/include |
|
|
37 |
LIBS+= -L${LOCALBASE}/lib |
38 |
|
39 |
post-build: |
36 |
post-build: |
40 |
@${REINPLACE_CMD} -e "s/ lib / /g" ${WRKSRC}/Makefile |
37 |
@${REINPLACE_CMD} -e "s/ lib / /g" ${WRKSRC}/Makefile |
41 |
@${TOUCH} ${WRKSRC}/doc/coreutils.info |
38 |
@${TOUCH} ${WRKSRC}/doc/coreutils.info |