mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
3a79929fdb
PR: 241272 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
30 lines
722 B
Makefile
30 lines
722 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mbpurple
|
|
PORTVERSION= 0.3.0
|
|
PORTREVISION= 5
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= https://BSDforge.com/projects/source/net-im/mbpurple/
|
|
|
|
MAINTAINER= portmaster@bsdforge.com
|
|
COMMENT= Integrate Twitter with Pidgin (AKA microblog-purple)
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:net-im/pidgin
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/pidgin:net-im/pidgin
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= dos2unix gmake pkgconfig
|
|
DOS2UNIX_GLOB= *.c
|
|
MAKE_ARGS= PREFIX="${PREFIX}" LIBDIR="${PREFIX}/lib" \
|
|
PURPLE_DATAROOT_DIR="${PREFIX}/share"
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's/make -C/$$(MAKE) -C/' ${WRKSRC}/Makefile
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/purple-2/*.so
|
|
|
|
.include <bsd.port.mk>
|