1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/chinese/BBMan/Makefile
Chin-San Huang 0ae79367ca - Mark as DEPRECATED, schedule for removal.
(Abandonware by upstream maintainer)
2008-06-14 12:36:59 +00:00

42 lines
897 B
Makefile

# New ports collection makefile for: zh-BBMan
# Date created: 24 July 2004
# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
#
# $FreeBSD$
#
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>