head	1.21;
access;
symbols
	RELEASE_5_EOL:1.18
	RELEASE_7_0_0:1.17
	RELEASE_6_3_0:1.17
	PRE_XORG_7:1.14
	RELEASE_4_EOL:1.14
	RELEASE_6_2_0:1.13
	RELEASE_6_1_0:1.12
	RELEASE_5_5_0:1.12
	RELEASE_6_0_0:1.10
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.2;
locks; strict;
comment	@# @;


1.21
date	2008.08.30.12.12.13;	author chinsan;	state dead;
branches;
next	1.20;

1.20
date	2008.06.14.12.36.59;	author chinsan;	state Exp;
branches;
next	1.19;

1.19
date	2008.06.06.13.14.34;	author edwin;	state Exp;
branches;
next	1.18;

1.18
date	2008.04.19.17.46.57;	author miwi;	state Exp;
branches;
next	1.17;

1.17
date	2007.10.04.00.15.01;	author edwin;	state Exp;
branches;
next	1.16;

1.16
date	2007.08.04.11.40.40;	author gabor;	state Exp;
branches;
next	1.15;

1.15
date	2007.05.19.20.00.38;	author flz;	state Exp;
branches;
next	1.14;

1.14
date	2006.12.01.07.38.52;	author pav;	state Exp;
branches;
next	1.13;

1.13
date	2006.08.14.07.56.43;	author clsung;	state Exp;
branches;
next	1.12;

1.12
date	2005.12.01.08.34.57;	author vs;	state Exp;
branches;
next	1.11;

1.11
date	2005.11.05.05.21.26;	author marcus;	state Exp;
branches;
next	1.10;

1.10
date	2005.07.25.21.58.03;	author linimon;	state Exp;
branches;
next	1.9;

1.9
date	2005.05.12.16.39.50;	author fjoe;	state Exp;
branches;
next	1.8;

1.8
date	2005.03.12.10.52.36;	author marcus;	state Exp;
branches;
next	1.7;

1.7
date	2005.01.08.15.49.59;	author sem;	state Exp;
branches;
next	1.6;

1.6
date	2004.12.12.23.06.41;	author kris;	state Exp;
branches;
next	1.5;

1.5
date	2004.12.11.21.53.12;	author kris;	state Exp;
branches;
next	1.4;

1.4
date	2004.11.07.22.36.01;	author marcus;	state Exp;
branches;
next	1.3;

1.3
date	2004.10.13.03.31.14;	author leeym;	state Exp;
branches;
next	1.2;

1.2
date	2004.09.30.05.52.30;	author kris;	state Exp;
branches;
next	1.1;

1.1
date	2004.08.24.06.31.11;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.21
log
@- Remove deprecated port (due to the upstream unmaintan anymore).
@
text
@# New ports collection makefile for:    zh-BBMan
# Date created:		24 July 2004
# Whom:			Shen Chuan-Hsing <statue@@freebsd.sinica.edu.tw>
#
# $FreeBSD: ports/chinese/BBMan/Makefile,v 1.20 2008/06/14 12:36:59 chinsan Exp $
#

PORTNAME=	BBMan
PORTVERSION=	1.7.7.5
PORTREVISION=	6
CATEGORIES=	chinese net
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=	${PORTNAME:L}
DISTNAME=	${PORTNAME}-src-v${PORTVERSION:S,.,-,g}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	BBMan is a BBS client for X Window System

DEPRECATED=	Abandonware by upstream maintainer
EXPIRATION_DATE=2008-07-14

WRKSRC=		${WRKDIR}/${PORTNAME}
USE_ZIP=	yes
USE_WX=		2.4
USE_GCC=	3.3

PLIST_FILES=	bin/BBMan

.include <bsd.port.pre.mk>

.if ${ARCH} == ia64
BROKEN=		Hard-codes reference to libc_r
.endif

do-build:
	cd ${WRKSRC} && ${CXX} main.cpp `${WX_CONFIG} --libs --cxxflags` -I${LOCALBASE}/include ${CFLAGS} -o BBMan

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/BBMan ${PREFIX}/bin/BBMan

.include <bsd.port.post.mk>
@


1.20
log
@- Mark as DEPRECATED, schedule for removal.
  (Abandonware by upstream maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.19
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d19 3
@


1.18
log
@- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
@
text
@d10 1
a10 1
PORTREVISION=	5
@


1.17
log
@Remove always-false/true conditions based on OSVERSION 500000
@
text
@d10 1
a10 1
PORTREVISION=	4
d12 1
a12 1
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
a19 1
USE_X_PREFIX=	yes
@


1.16
log
@- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
@
text
@d23 1
a28 4
.if ${OSVERSION} >= 500000
USE_GCC=	3.3
.endif

@


1.15
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d40 1
a40 1
	${INSTALL_PROGRAM} ${WRKSRC}/BBMan ${TARGETDIR}/bin/BBMan
@


1.14
log
@- Use features of bsd.wx.mk, especially USE_WX

PR:		ports/101613
Submitted by:	alepulver
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.13
log
@- Respect DESTDIR
- portlint fix

PR:		ports/101895
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
@
text
@a18 2
LIB_DEPENDS=	wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24

d22 1
d37 1
a37 1
	cd ${WRKSRC} && ${CXX} main.cpp `wxgtk2-2.4-config --libs --cxxflags` -I${LOCALBASE}/include ${CFLAGS} -o BBMan
@


1.12
log
@- Unbreak on 4.x: Don't use different C++-compiler from wxgtk!
- Prune redundant EXTRACT_SUFX
@
text
@a20 1
USE_ZIP=	yes
d23 1
d34 1
a34 1
BROKEN=		"Hard-codes reference to libc_r"
d38 1
a38 1
		cd ${WRKSRC} && ${CXX} main.cpp `wxgtk2-2.4-config --libs --cxxflags` -I${LOCALBASE}/include ${CFLAGS} -o BBMan
d41 1
a41 1
		${INSTALL_PROGRAM} ${WRKSRC}/BBMan ${PREFIX}/bin/BBMan
@


1.11
log
@Bump PORTREVISION to chase the glib20 shared library update.
@
text
@a14 1
EXTRACT_SUFX=	.zip
a23 1
USE_GCC=	3.3
d29 2
a30 2
.if ${OSVERSION} < 500000
BROKEN=		"Does not link on FreeBSD 4.x"
@


1.10
log
@Reset bouncing maintainer address.  These ports are now available for
adoption.

Note that I have left the maintainer's own ftp site as a MASTERSITE
because it still appears to be active (for now, anyways).

Hat:	portmgr
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.9
log
@Finish repo copy of wxgtk 2.4.2 ports to wxgtk24*
@
text
@d17 1
a17 1
MAINTAINER=	statue@@freebsd.netlab.cse.yzu.edu.tw
@


1.8
log
@Bump PORTREVISION to chase the glib20 shared lib version change.
@
text
@d20 1
a20 1
LIB_DEPENDS=	wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2
@


1.7
log
@- Pass maintainership to submitter

PR:		ports/75730
Submitted by:	statue(at)freebsd.netlab.cse.yzu.edu.tw
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.6
log
@s/PLIST_FULES/PLIST_FILES/

pointy hat to:	leeym
@
text
@d17 1
a17 1
MAINTAINER=	ports@@FreeBSD.org
@


1.5
log
@BROKEN on 4.x: Does not link
BROKEN on ia64: Hard-codes reference to libc_r
@
text
@d27 1
a27 1
PLIST_FULES=	bin/BBMan
@


1.4
log
@Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
@
text
@d29 10
d45 1
a45 1
.include <bsd.port.mk>
@


1.3
log
@- add USE_GCC=3.3 and unbreak
- respect CXX and CFLAGS
- replace pkg-plist with PLIST_FILES
- update WWW in pkg-descr
- cosmetic fixes

PR:		72214
Submitted by:	leeym
@
text
@d10 1
@


1.2
log
@BROKEN on 5.x: Does not compile

Approved by:	portmgr (self)
@
text
@d12 2
a13 2
MASTER_SITE_SUBDIR=	bbman
DISTNAME=	BBMan-src-v1-7-7-5
d16 1
a16 1
MAINTAINER=	ports@@freebsd.org
d22 1
a22 1
WRKSRC=		${WRKDIR}/BBMan
d24 1
d26 1
a26 5
.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 502126
BROKEN=		"Does not compile on FreeBSD >= 5.x"
.endif
d29 1
a29 1
		cd ${WRKSRC} && g++ main.cpp `wxgtk2-2.4-config --libs --cxxflags` -I${LOCALBASE}/include -O2 -o BBMan
d34 1
a34 1
.include <bsd.port.post.mk>
@


1.1
log
@Add BBMan 1.7.7.5, BBMan is a BBS client for X Window System.

PR:		ports/69524
Submitted by:	Shen Chuan-Hsing <statue@@freebsd.sinica.edu.tw>
@
text
@d25 6
d37 1
a37 1
.include <bsd.port.mk>
@

