2000-01-03 15:30:32 +00:00
|
|
|
# Ports collection makefile for: cdict
|
|
|
|
# Date created: Thu Oct 14, 1999
|
|
|
|
# Whom: Peng HaiJie (phj@cn.FreeBSD.org)
|
|
|
|
# (phj@transfar.com)
|
1999-11-25 00:39:30 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-09-19 14:55:42 +00:00
|
|
|
PORTNAME= stardict
|
|
|
|
PORTVERSION= 1.3
|
2000-01-03 15:05:09 +00:00
|
|
|
CATEGORIES= chinese
|
|
|
|
MASTER_SITES= ftp://ftp.cn.FreeBSD.org/pub/ported/
|
2000-09-19 14:55:42 +00:00
|
|
|
PKGNAMEPREFIX= zh-
|
2000-04-13 08:28:23 +00:00
|
|
|
DISTNAME= ${PKGNAME}
|
1999-11-25 00:39:30 +00:00
|
|
|
|
2000-01-03 15:05:09 +00:00
|
|
|
MAINTAINER= phj@cn.FreeBSD.org
|
1999-11-25 00:39:30 +00:00
|
|
|
|
2000-01-03 15:05:09 +00:00
|
|
|
REQUIRES_MOTIF= yes
|
1999-11-25 00:39:30 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2000-09-19 14:55:42 +00:00
|
|
|
USE_GMAKE = yes
|
1999-11-25 00:39:30 +00:00
|
|
|
USE_XLIB= yes
|
|
|
|
|
2000-09-19 14:55:42 +00:00
|
|
|
PREFIX= ${X11BASE}
|
|
|
|
|
|
|
|
port-install:
|
|
|
|
strip $(PREFIX)/bin/${PORTNAME}
|
1999-11-25 00:39:30 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|