mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
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>
This commit is contained in:
parent
44b3983a8b
commit
2f7b871e6a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117179
31
chinese/BBMan/Makefile
Normal file
31
chinese/BBMan/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# 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
|
||||
CATEGORIES= chinese net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= bbman
|
||||
DISTNAME= BBMan-src-v1-7-7-5
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
MAINTAINER= ports@freebsd.org
|
||||
COMMENT= BBMan is a BBS client for X Window System
|
||||
|
||||
LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2
|
||||
|
||||
USE_ZIP= yes
|
||||
WRKSRC= ${WRKDIR}/BBMan
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} && g++ main.cpp `wxgtk2-2.4-config --libs --cxxflags` -I${LOCALBASE}/include -O2 -o BBMan
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/BBMan ${PREFIX}/bin/BBMan
|
||||
|
||||
.include <bsd.port.mk>
|
2
chinese/BBMan/distinfo
Normal file
2
chinese/BBMan/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (BBMan-src-v1-7-7-5.zip) = dd5834d1aec91a4e00a788a546f16bab
|
||||
SIZE (BBMan-src-v1-7-7-5.zip) = 171904
|
3
chinese/BBMan/pkg-descr
Normal file
3
chinese/BBMan/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
BBMam is a BBS client for X Window System.
|
||||
|
||||
WWW: http://nccu.edu.tw/92753008/BBMan/
|
1
chinese/BBMan/pkg-plist
Normal file
1
chinese/BBMan/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/BBMan
|
@ -3,6 +3,7 @@
|
||||
|
||||
COMMENT = Chinese support
|
||||
|
||||
SUBDIR += BBMan
|
||||
SUBDIR += CJK
|
||||
SUBDIR += FreeWnn-lib
|
||||
SUBDIR += FreeWnn-server
|
||||
|
Loading…
Reference in New Issue
Block a user