aboutsummaryrefslogtreecommitdiff
path: root/chinese/BBMan/Makefile
diff options
context:
space:
mode:
authorChin-San Huang <chinsan@FreeBSD.org>2008-08-30 12:12:13 +0000
committerChin-San Huang <chinsan@FreeBSD.org>2008-08-30 12:12:13 +0000
commit97f3b810098c1c5db8eecaae9190cad2be0a83f1 (patch)
tree2270a2ca92dae33b52ce7e960c875c630eb9cdb3 /chinese/BBMan/Makefile
parent208683d9e5171045b013ec77e3c22addb0e1f7e0 (diff)
downloadports-97f3b810098c1c5db8eecaae9190cad2be0a83f1.tar.gz
ports-97f3b810098c1c5db8eecaae9190cad2be0a83f1.zip
Notes
Diffstat (limited to 'chinese/BBMan/Makefile')
-rw-r--r--chinese/BBMan/Makefile41
1 files changed, 0 insertions, 41 deletions
diff --git a/chinese/BBMan/Makefile b/chinese/BBMan/Makefile
deleted file mode 100644
index 53dd97d8adb3..000000000000
--- a/chinese/BBMan/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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>