opnsense-ports/net-im/linux-instantbird/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

35 lines
913 B
Makefile

# $FreeBSD$
PORTNAME= instantbird
DISTVERSION= 1.5
DISTVERSIONSUFFIX=.${LOCALE}.linux-i686
CATEGORIES= net-im irc ipv6
MASTER_SITES= http://ftp.instantbird.com/instantbird/releases/${DISTVERSION}/ \
GOOGLE_CODE
MAINTAINER= gecko@FreeBSD.org
COMMENT= Instant Messaging client based on XULRunner and libpurple
USES= tar:bzip2
USE_LINUX_APPS= libxml2 #avahiglib avahilibs
ALL_LOCALES= cs de en-US es-ES et fr nl pl pt-BR ru sk sv-SE uk
LOCALE= ${${PORT_OPTIONS:MLANG_*}}
PLIST_SUB= LOCALE="${LOCALE}"
EXTRACT_AFTER_ARGS=--exclude '*/searchplugins'
OPTIONS_DEFAULT=LANG_US
OPTIONS_SINGLE= L10N
L10N_DESC?= Localization
.for l in ${ALL_LOCALES}
OPTIONS_SINGLE_L10N+=LANG_${l:tu:C/.*-//}
LANG_${l:tu:C/.*-//}= ${l}
. if defined(PACKAGE_BUILDING)
DISTFILES+= ${DISTNAME:S/${LOCALE}/${l}/}${EXTRACT_SUFX}
. endif
.endfor
.include "${.CURDIR}/../../www/linux-seamonkey/Makefile.common"
.include <bsd.port.mk>