blob: e1528b2195337872472eb5422151438599642306 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
# $FreeBSD$
PORTNAME= stardict-computer
PORTVERSION= 2.4.2
CATEGORIES= russian
MASTER_SITES= http://yeelou.com/huzheng/stardict-dic/ru/
DISTNAME= ${PORTNAME}-ru-${PORTVERSION}
MAINTAINER= vg@FreeBSD.org
COMMENT= English-Russian Computer dictionary
NO_STAGE= yes
.include "${.CURDIR}/../stardict-mueller7/files/Makefile.common"
.include <bsd.port.mk>
|