diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-29 13:03:25 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-29 13:03:25 +0000 |
commit | 11321461e09230bd2593e02454da025819bcde88 (patch) | |
tree | 402b7c52b61463f9f384bb76b451385b1d2cd9f7 /chinese/stardict/Makefile | |
parent | 4e11cdd48fb98fdee21937b4c760bd0b42967229 (diff) |
Notes
Diffstat (limited to 'chinese/stardict/Makefile')
-rw-r--r-- | chinese/stardict/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/chinese/stardict/Makefile b/chinese/stardict/Makefile deleted file mode 100644 index b50412289c84..000000000000 --- a/chinese/stardict/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# 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= http://www.opencjk.org/~yumj/download/ -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> |