Lines 21-29
Link Here
|
21 |
|
21 |
|
22 |
XORG_CAT= driver |
22 |
XORG_CAT= driver |
23 |
USE_XORG= damageproto videoproto xextproto xf86driproto |
23 |
USE_XORG= damageproto videoproto xextproto xf86driproto |
24 |
USE_AUTOTOOLS= aclocal:19 autoconf:262 libtool:15 |
|
|
25 |
|
24 |
|
26 |
CONFLICT= xf86-video-radeonhd-[0-9]* |
25 |
CONFLICTS= xf86-video-radeonhd-[0-9._]* |
27 |
|
26 |
|
28 |
MAN4= radeonhd.4x |
27 |
MAN4= radeonhd.4x |
29 |
|
28 |
|
Lines 31-39
Link Here
|
31 |
CONFIGURE_ARGS= --enable-exa --disable-dri |
30 |
CONFIGURE_ARGS= --enable-exa --disable-dri |
32 |
ACLOCAL_ARGS= --acdir=${LOCALBASE}/share/aclocal |
31 |
ACLOCAL_ARGS= --acdir=${LOCALBASE}/share/aclocal |
33 |
|
32 |
|
34 |
pre-configure: |
|
|
35 |
cd ${WRKSRC} && ${AUTORECONF} -i |
36 |
|
37 |
.include <bsd.port.pre.mk> |
33 |
.include <bsd.port.pre.mk> |
38 |
|
34 |
|
39 |
.if defined(WITH_UTILS) |
35 |
.if defined(WITH_UTILS) |
Lines 45-52
Link Here
|
45 |
PLIST_SUB= UTILS="@comment " |
41 |
PLIST_SUB= UTILS="@comment " |
46 |
.endif |
42 |
.endif |
47 |
|
43 |
|
48 |
.if defined(WITH_UTILS) |
44 |
do-configure: |
|
|
45 |
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./autogen.sh |
46 |
|
49 |
post-install: |
47 |
post-install: |
|
|
48 |
${INSTALL_MAN} ${WRKSRC}/man/radeonhd.4x ${MANPREFIX}/man/man4/radeonhd.4x |
49 |
.if defined(WITH_UTILS) |
50 |
${INSTALL_PROGRAM} ${WRKSRC}/utils/conntest/rhd_conntest ${PREFIX}/sbin |
50 |
${INSTALL_PROGRAM} ${WRKSRC}/utils/conntest/rhd_conntest ${PREFIX}/sbin |
51 |
${INSTALL_PROGRAM} ${WRKSRC}/utils/conntest/rhd_dump ${PREFIX}/sbin |
51 |
${INSTALL_PROGRAM} ${WRKSRC}/utils/conntest/rhd_dump ${PREFIX}/sbin |
52 |
.endif |
52 |
.endif |