blob: 635f5bd70c75a1195bb87b0bd773c82d03f16a4a (
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
|
# 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
CATEGORIES= chinese
MASTER_SITES= ftp://ftp.cn.FreeBSD.org/pub/ported/
PKGNAMEPREFIX= zh-
DISTNAME= ${PKGNAME}
MAINTAINER= phj@cn.FreeBSD.org
REQUIRES_MOTIF= yes
GNU_CONFIGURE= yes
USE_GMAKE = yes
USE_XLIB= yes
PREFIX= ${X11BASE}
port-install:
strip $(PREFIX)/bin/${PORTNAME}
.include <bsd.port.mk>
|