ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/net-im/finch/Makefile
Revision: 23252
Committed: Sun Apr 29 21:39:59 2018 UTC (5 years, 11 months ago) by laffer1
Content type: text/plain
File size: 675 byte(s)
Log Message:
add finch port

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= finch
4 PORTREVISION= 2
5
6 MAINTAINER= ports@MidnightBSD.org
7 COMMENT= Finch multi-protocol messaging client (Console UI)
8
9 LIB_DEPENDS= libpurple.so:net-im/libpurple
10
11 MASTERDIR= ${.CURDIR}/../libpurple
12 BUILD_WRKSRC= ${WRKSRC}/finch
13 INSTALL_WRKSRC= ${BUILD_WRKSRC}
14 DESCR= ${.CURDIR}/pkg-descr
15 PLIST= ${.CURDIR}/pkg-plist
16
17 PIDGIN_SLAVE= yes
18 WITH_CONSOLEUI= yes
19
20 CPPFLAGS+= -DNCURSES_WIDECHAR -D_XOPEN_SOURCE_EXTENDED
21 USE_LDCONFIG= yes
22 CONFIGURE_ARGS= --disable-gtkui \
23 --disable-nm \
24 --with-dynamic_prpls=${PRPL_MODULES:S/,$//}
25
26 post-install:
27 ${INSTALL_MAN} ${WRKSRC}/doc/finch.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
28
29 .include "${MASTERDIR}/Makefile"

Properties

Name Value
svn:eol-style native
svn:keywords MidnightBSD=%H
svn:mime-type text/plain