mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
1a186b37ec
PR: 108392, 108393, 108394, 108395, 108396, 108397, 108398, 108399, 108400, 108401 Submitted by: chinsan (maintainer)
24 lines
453 B
Makefile
24 lines
453 B
Makefile
# New ports collection makefile for: ve
|
|
# Date created: 25 Aug 1999
|
|
# Whom: Ching-Hong Wu <woju@freebsd.ntu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ve
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= chinese
|
|
MASTER_SITES= LOCAL/chinsan
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= chinsan@FreeBSD.org
|
|
COMMENT= NTHU-CS Maple BBS 2.36 BBS-like editor
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 500113
|
|
EXTRA_PATCHES= ${FILESDIR}/extrapatch-screen.c
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|