freebsd-ports/multimedia/gaim-xmms-remote/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

33 lines
908 B
Makefile

# New ports collection makefile for: gaim-xmms-remote
# Date created: 2004-08-31
# Whom: daniel@xbox-irc.net
#
# $FreeBSD$
#
PORTNAME= gaim-xmms-remote
PORTVERSION= 1.8
PORTREVISION= 10
CATEGORIES= multimedia net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= guifications
MAINTAINER= danielshafer@gmail.com
COMMENT= Plugin to display current XMMS song in Gaim
BUILD_DEPENDS= ${LOCALBASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim
RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
USE_XLIB= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gtk20
GNU_CONFIGURE= yes
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \
-e 's#\([@(]\)GAIM_LIBDIR\([@)]\)#\1libdir\2#' \
-e 's#\([@(]\)GAIM_DATADIR\([@)]\)#\1datadir\2#'
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
.include <bsd.port.mk>