6527ef2070
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
27 lines
676 B
Makefile
27 lines
676 B
Makefile
# New ports collection makefile for: gaim-guifications
|
|
# Date created: 2004-05-04
|
|
# Whom: ports@c0decafe.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= musictracker
|
|
PORTVERSION= 0.4.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= GOOGLE_CODE
|
|
PKGNAMEPREFIX= pidgin-
|
|
|
|
MAINTAINER= ports@c0decafe.net
|
|
COMMENT= Plugin for Pidgin to displays the music track currently playing
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/pidgin/pidgin.h:${PORTSDIR}/net-im/pidgin
|
|
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
|
|
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= "CPPFLAGS=-I${LOCALBASE}/include" "LIBS=-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|