mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Update to 1.0.5.
- Update MASTER_SITES. - Add LICENSE. - Add MAKE_JOBS_SAFE. - Trim header. PR: ports/174190 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
8453dea533
commit
c13972664d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310747
@ -1,51 +1,51 @@
|
||||
# New ports collection makefile for: minbif
|
||||
# Date created: 2010-06-03
|
||||
# Whom: Frank Steinborn <steinex@nognu.de>
|
||||
#
|
||||
# Created by: Frank Steinborn <steinex@nognu.de>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= minbif
|
||||
PORTVERSION= 1.0.3
|
||||
PORTREVISION= 5
|
||||
PORTVERSION= 1.0.5
|
||||
CATEGORIES= irc net-im
|
||||
MASTER_SITES= http://symlink.me/attachments/download/50/
|
||||
MASTER_SITES= https://symlink.me/attachments/download/148/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= An IRC to instant messaging gateway
|
||||
|
||||
LIB_DEPENDS= purple.10:${PORTSDIR}/net-im/libpurple
|
||||
LICENSE= GPLv2
|
||||
|
||||
USERS= minbif
|
||||
GROUPS= minbif
|
||||
LIB_DEPENDS= purple:${PORTSDIR}/net-im/libpurple
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
MAN8= minbif.8
|
||||
|
||||
PLIST_FILES= bin/minbif %%ETCDIR%%/minbif.conf-dist \
|
||||
%%ETCDIR%%/minbif.motd-dist
|
||||
PLIST_DIRS= %%ETCDIR%%
|
||||
|
||||
USE_EFL= imlib2
|
||||
USE_CMAKE= yes
|
||||
CMAKE_ARGS= -DENABLE_IMLIB:BOOL=ON -DCMAKE_CXX_FLAGS=-DX_DISPLAY_MISSING
|
||||
USE_RC_SUBR= minbif
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
PORTDOCS= *
|
||||
|
||||
# right now WITH_PLUGINS installs prpl-coincoin and prpl-gayattitude
|
||||
# right now PLUGINS installs prpl-coincoin and prpl-gayattitude
|
||||
OPTIONS_DEFINE= CACA GNUTLS VIDEO PLUGINS DOCS
|
||||
OPTIONS_DEFAULT= CACA
|
||||
CACA_DESC= Buddy icon display using libcaca
|
||||
VIDEO_DESC= Webcam display using libcaca (depends on CACA)
|
||||
PLUGINS_DESC= Compile additional libpurple-plugins
|
||||
|
||||
SUB_LIST+= USERS=${USERS}
|
||||
USE_RC_SUBR= minbif
|
||||
USE_GNOME= glib20
|
||||
USE_EFL= imlib2
|
||||
USE_CMAKE= yes
|
||||
CMAKE_ARGS= -DENABLE_IMLIB:BOOL=ON
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CFLAGS+= ${PTHREAD_CFLAGS} -DX_DISPLAY_MISSING
|
||||
LDFLAGS+= ${PTHREAD_LIBS}
|
||||
|
||||
USERS= minbif
|
||||
GROUPS= minbif
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
SUB_LIST= USERS="${USERS}"
|
||||
|
||||
MAN8= minbif.8
|
||||
PORTDOCS= *
|
||||
PLIST_FILES= bin/minbif %%ETCDIR%%/minbif.conf-dist \
|
||||
%%ETCDIR%%/minbif.motd-dist
|
||||
PLIST_DIRS= %%ETCDIR%%
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MCACA}
|
||||
LIB_DEPENDS+= caca.0:${PORTSDIR}/graphics/libcaca
|
||||
LIB_DEPENDS+= caca:${PORTSDIR}/graphics/libcaca
|
||||
CMAKE_ARGS+= -DENABLE_CACA:BOOL=ON
|
||||
.else
|
||||
CMAKE_ARGS+= -DENABLE_CACA:BOOL=OFF
|
||||
@ -53,7 +53,7 @@ CMAKE_ARGS+= -DENABLE_CACA:BOOL=OFF
|
||||
|
||||
.if ${PORT_OPTIONS:MVIDEO} && !empty(PORT_OPTIONS:MCACA)
|
||||
USE_GSTREAMER+= core good
|
||||
LIB_DEPENDS+= gstfarsight-0.10.0:${PORTSDIR}/net-im/farsight2
|
||||
LIB_DEPENDS+= gstfarsight-0.10:${PORTSDIR}/net-im/farsight2
|
||||
CMAKE_ARGS+= -DENABLE_VIDEO:BOOL=ON
|
||||
.else
|
||||
CMAKE_ARGS+= -DENABLE_VIDEO:BOOL=OFF
|
||||
@ -65,6 +65,7 @@ IGNORE= if you want to enable webcam support, you must \
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPLUGINS}
|
||||
USE_GNOME+= libxml2
|
||||
CMAKE_ARGS+= -DENABLE_PLUGIN:BOOL=ON
|
||||
PLIST_FILES+= lib/purple-2/libcoincoin.so \
|
||||
lib/purple-2/libgayattitude.so
|
||||
@ -73,10 +74,18 @@ CMAKE_ARGS+= -DENABLE_PLUGIN:BOOL=OFF
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MGNUTLS}
|
||||
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
|
||||
CMAKE_ARGS+= -DENABLE_GNUTLS:BOOL=ON
|
||||
LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
|
||||
CMAKE_ARGS+= -DENABLE_TLS:BOOL=ON
|
||||
.else
|
||||
CMAKE_ARGS+= -DENABLE_TLS:BOOL=OFF
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|"-lpthread -lstdc++"||' ${WRKSRC}/src/CMakeLists.txt
|
||||
@${REINPLACE_CMD} -e \
|
||||
'/pam_misc.h/d' ${WRKSRC}/src/im/auth_pam.h
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/man/minbif.8 ${MAN8PREFIX}/man/man8
|
||||
@ -90,7 +99,6 @@ do-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/minbif.xinetd ${DOCSDIR}
|
||||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (minbif-1.0.3.tar.gz) = fede0da71f673ee7d2a71673875724b8caac53618394711ed55406b3250145d6
|
||||
SIZE (minbif-1.0.3.tar.gz) = 168238
|
||||
SHA256 (minbif-1.0.5.tar.gz) = 88271af203a89556165a9ebb4e00e55ea5b649146aea855dd799a79bd9e4befd
|
||||
SIZE (minbif-1.0.5.tar.gz) = 176039
|
||||
|
@ -1,15 +0,0 @@
|
||||
diff -r -u CMakeLists.txt.old CMakeLists.txt
|
||||
--- CMakeLists.txt.old 2010-05-16 00:37:39.000000000 -0700
|
||||
+++ CMakeLists.txt 2010-06-20 14:48:01.000000000 -0700
|
||||
@@ -43,6 +43,11 @@
|
||||
|
||||
IF(IMLIB_FOUND)
|
||||
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DHAVE_IMLIB")
|
||||
+
|
||||
+ INCLUDE(FindX11)
|
||||
+ IF(NOT X11_FOUND)
|
||||
+ ADD_DEFINITIONS(-DX_DISPLAY_MISSING)
|
||||
+ ENDIF(NOT X11_FOUND)
|
||||
ELSE(IMLIB_FOUND)
|
||||
MESSAGE(FATAL_ERROR "Unable to find the imlib2 library. To disable use of imlib2, run 'make ENABLE_IMLIB=OFF'")
|
||||
ENDIF(IMLIB_FOUND)
|
Loading…
Reference in New Issue
Block a user