mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
1b3c16aabd
On 9, it tries to use header files before generating them. Sponsored by: Absolight
32 lines
537 B
Makefile
32 lines
537 B
Makefile
# Created by: gahr
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bitlbee-facebook
|
|
PORTVERSION= 1.0.0
|
|
PORTEPOCH= 1
|
|
DISTVERSIONPREFIX=v
|
|
CATEGORIES= irc
|
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
|
COMMENT= Facebook plugin for bitlbee
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib
|
|
BUILD_DEPENDS= bitlbee:irc/bitlbee
|
|
|
|
USES= autoreconf libtool pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jgeboski
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
PLIST_FILES= lib/bitlbee/facebook.so
|
|
|
|
.include <bsd.port.mk>
|