mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
74b19501bc
Anomalies found: - autoconvert was missing "zh-" in front of PKGNAME - xcin (both 2.3 and 2.5) had invalid version strings - neither of xcin ports had NO_LATEST_LINK - telnet8-1.0 thinks PKGNAME is zh-telnet-1.0 Fixed all except the last (I wasn't sure if it was intentional).
18 lines
392 B
Makefile
18 lines
392 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= ftp://freebsd.ntu.edu.tw/freebsd/woju/source/ \
|
|
ftp://bsd.sinica.edu.tw/pub/FreeBSD/taiwan/users/woju/source/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= woju@freebsd.ntu.edu.tw
|
|
|
|
.include <bsd.port.mk>
|