blob: 815eb571e6709a071fe3d7ec5f6aea711e298d2c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Ports collection makefile for: cdict
# Date created: Thu Oct 14, 1999
# Whom: Peng HaiJie (phj@cn.FreeBSD.org)
# (phj@transfar.com)
#
# $FreeBSD$
#
PORTNAME= stardict
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= chinese
MASTER_SITES= ftp://ftp.cn.FreeBSD.org/pub/ported/
PKGNAMEPREFIX= zh-
DISTNAME= ${PKGNAME}
MAINTAINER= phj@cn.FreeBSD.org
COMMENT= English-Chinese dictionary
USE_MOTIF= yes
NO_LATEST_LINK= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
port-install:
strip $(PREFIX)/bin/${PORTNAME}
.include <bsd.port.mk>
|