2013-02-13 07:04:08 +01:00
|
|
|
# Created by: chinsan <chinsan.tw@gmail.com>
|
2005-07-19 17:44:19 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pcmanx
|
2016-02-28 15:43:15 +01:00
|
|
|
PORTVERSION= 1.3
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 2
|
2005-09-19 14:49:41 +02:00
|
|
|
CATEGORIES= chinese net gnome
|
2016-02-28 15:43:15 +01:00
|
|
|
MASTER_SITES= https://github.com/pcman-bbs/${PORTNAME}/releases/download/${PORTVERSION}/
|
2006-04-06 18:10:42 +02:00
|
|
|
DISTNAME= ${PORTNAME}-gtk2-${PORTVERSION}
|
2005-07-19 17:44:19 +02:00
|
|
|
|
2014-10-17 12:23:34 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-10-11 05:07:19 +02:00
|
|
|
COMMENT= BBS client using GTK+ 2.x
|
2005-07-19 17:44:19 +02:00
|
|
|
|
2016-01-12 17:20:31 +01:00
|
|
|
LICENSE= GPLv2+
|
2015-03-05 04:23:30 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2012-05-14 20:00:14 +02:00
|
|
|
|
2019-03-13 06:27:05 +01:00
|
|
|
USES= compiler:c++11-lang gmake iconv pkgconfig tar:xz
|
2018-08-11 10:30:55 +02:00
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2018-08-11 10:30:55 +02:00
|
|
|
USE_GNOME= gtk20 intlhack
|
2005-07-19 17:44:19 +02:00
|
|
|
|
2012-06-02 15:29:57 +02:00
|
|
|
OPTIONS_DEFINE= NLS DEBUG DOCKLET NOTIFIER LIBNOTIFY NANCY MOUSE EXTERNAL IPLOOKUP PROXY
|
|
|
|
OPTIONS_DEFAULT= DOCKLET NOTIFIER NANCY MOUSE EXTERNAL
|
2015-08-19 15:29:59 +02:00
|
|
|
OPTIONS_SUB= yes
|
2012-06-02 15:29:57 +02:00
|
|
|
|
|
|
|
DOCKLET_DESC= Docklet / system tray support
|
|
|
|
NOTIFIER_DESC= Popup notifier support
|
|
|
|
LIBNOTIFY_DESC= Popup notifier support by libnotify
|
|
|
|
NANCY_DESC= Nancy bot support
|
|
|
|
MOUSE_DESC= Mouse click and wheel support
|
|
|
|
EXTERNAL_DESC= External SSH/Telnet support
|
|
|
|
IPLOOKUP_DESC= IP location lookup support
|
|
|
|
PROXY_DESC= Proxy support
|
2008-08-12 19:25:56 +02:00
|
|
|
|
2015-08-19 15:29:59 +02:00
|
|
|
NLS_USES= gettext
|
|
|
|
NLS_USES_OFF= gettext-tools
|
|
|
|
NLS_CPPFLAGS= -I${LOCALBASE}/include
|
|
|
|
NLS_LDFLAGS= -L${LOCALBASE}/lib
|
|
|
|
NLS_CONFIGURE_ENABLE=nls
|
|
|
|
|
|
|
|
DEBUG_CONFIGURE_ENABLE= debug
|
|
|
|
DOCKLET_CONFIGURE_ENABLE= docklet
|
|
|
|
NOTIFIER_CONFIGURE_ENABLE= notifier
|
|
|
|
LIBNOTIFY_CONFIGURE_ENABLE= libnotify
|
2016-04-01 15:29:15 +02:00
|
|
|
LIBNOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
|
2015-08-19 15:29:59 +02:00
|
|
|
NANCY_CONFIGURE_ENABLE= nancy
|
|
|
|
MOUSE_CONFIGURE_ENABLE= mouse
|
|
|
|
EXTERNAL_CONFIGURE_ENABLE= external
|
|
|
|
IPLOOKUP_CONFIGURE_ENABLE= iplookup
|
|
|
|
PROXY_CONFIGURE_ENABLE= proxy
|
2006-04-06 18:10:42 +02:00
|
|
|
|
2013-02-23 08:21:57 +01:00
|
|
|
post-install:
|
|
|
|
@# create directory for user friendly
|
2014-01-09 08:20:37 +01:00
|
|
|
${MKDIR} ${STAGEDIR}${DATADIR}/script/
|
2013-02-23 08:21:57 +01:00
|
|
|
|
2012-06-02 15:29:57 +02:00
|
|
|
.include <bsd.port.mk>
|