Lines 10-26
Link Here
|
10 |
MAINTAINER= ports@FreeBSD.org |
10 |
MAINTAINER= ports@FreeBSD.org |
11 |
COMMENT= XMMS control applet for GNOME 2 panel / KDE tray |
11 |
COMMENT= XMMS control applet for GNOME 2 panel / KDE tray |
12 |
|
12 |
|
13 |
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms |
13 |
LICENSE= GPLv2 # (or later) |
14 |
|
14 |
|
|
|
15 |
LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms |
16 |
|
17 |
USES= gettext gmake |
15 |
USE_XORG= x11 xpm |
18 |
USE_XORG= x11 xpm |
16 |
USE_GMAKE= yes |
19 |
USE_CSTD= gnu89 |
17 |
USE_LDCONFIG= yes |
|
|
18 |
USE_AUTOTOOLS= libtool |
20 |
USE_AUTOTOOLS= libtool |
|
|
21 |
|
19 |
CPPFLAGS+= -I${LOCALBASE}/include |
22 |
CPPFLAGS+= -I${LOCALBASE}/include |
20 |
LDFLAGS+= -L${LOCALBASE}/lib |
23 |
LDFLAGS+= -L${LOCALBASE}/lib |
21 |
|
24 |
|
22 |
NO_STAGE= yes |
|
|
23 |
post-patch: |
25 |
post-patch: |
24 |
${REINPLACE_CMD} -e 's,-Werror,,' ${WRKSRC}/configure |
26 |
@${REINPLACE_CMD} -e 's,-Werror,,' ${WRKSRC}/configure |
25 |
|
27 |
|
26 |
.include <bsd.port.mk> |
28 |
.include <bsd.port.mk> |