blob: cb5c7906041d9b274993ba3756b1072b96bc237e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: stardict-pc
# Date created: 2010-03-16
# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com>
#
# $FreeBSD$
#
PORTNAME= stardict-pc
PORTVERSION= 2.4.2
CATEGORIES= russian
MASTER_SITES= http://yeelou.com/huzheng/stardict-dic/ru/
DISTNAME= ${PORTNAME}-user-ru-${PORTVERSION}
MAINTAINER= g.veniamin@googlemail.com
COMMENT= English-Russian PC-user dictionary
.include "${.CURDIR}/../stardict-mueller7/files/Makefile.common"
.include <bsd.port.mk>
|