Lines 1-5
Link Here
|
1 |
PORTNAME= librnd |
1 |
PORTNAME= librnd |
2 |
DISTVERSION= 3.2.0 |
2 |
DISTVERSION= 3.2.1 |
3 |
CATEGORIES= cad |
3 |
CATEGORIES= cad |
4 |
MASTER_SITES= http://repo.hu/projects/${PORTNAME}/releases/ |
4 |
MASTER_SITES= http://repo.hu/projects/${PORTNAME}/releases/ |
5 |
|
5 |
|
Lines 10-22
WWW= http://www.repo.hu/projects/librnd/
Link Here
|
10 |
LICENSE= GPLv2 |
10 |
LICENSE= GPLv2 |
11 |
LICENSE_FILE= ${WRKSRC}/COPYING |
11 |
LICENSE_FILE= ${WRKSRC}/COPYING |
12 |
|
12 |
|
13 |
LIB_DEPENDS= libfungw.so:devel/fungw |
13 |
LIB_DEPENDS= libfungw.so:devel/fungw \ |
|
|
14 |
libgenht.so:devel/genht |
14 |
|
15 |
|
15 |
USES= gmake pkgconfig tar:bz2 |
16 |
USES= gmake pkgconfig tar:bz2 |
16 |
USE_LDCONFIG= yes |
17 |
USE_LDCONFIG= yes |
17 |
|
18 |
|
18 |
HAS_CONFIGURE= yes |
19 |
HAS_CONFIGURE= yes |
19 |
CONFIGURE_ARGS= --all=plugin --plugin-hid_remote |
20 |
CONFIGURE_ARGS= --all=plugin --plugin-hid_remote \ |
|
|
21 |
${WITH_DEBUG:D--debug} \ |
22 |
--CC=${CC} \ |
23 |
--CFLAGS='${CFLAGS}' \ |
24 |
--LDFLAGS='${LDFLAGS}' |
25 |
|
20 |
TEST_TARGET= test |
26 |
TEST_TARGET= test |
21 |
BINARY_ALIAS= make=${MAKE_CMD} |
27 |
BINARY_ALIAS= make=${MAKE_CMD} |
22 |
|
28 |
|