mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
9c8ec23437
PR: 15864 Submitted by: John Reynolds <jjreynold@home.com>
25 lines
513 B
Makefile
25 lines
513 B
Makefile
# Ports collection makefile for: cdict
|
|
# Version required: 1.0
|
|
# Date created: Thu Oct 14, 1999
|
|
# Whom: Peng HaiJie (phj@cn.FreeBSD.org)
|
|
# (phj@transfar.com)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= zh-cdict-1.0
|
|
CATEGORIES= chinese
|
|
MASTER_SITES= ftp://ftp.cn.FreeBSD.org/pub/ported/
|
|
|
|
MAINTAINER= phj@cn.FreeBSD.org
|
|
|
|
REQUIRES_MOTIF= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_XLIB= yes
|
|
|
|
MANCOMPRESSED= yes
|
|
MAN1= cdict.1
|
|
|
|
.include <bsd.port.mk>
|