blob: 8d155548178db32152d2f4e35758f1dea86f37bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Ulrich Spoerlein <uspoerlein@gmail.com>
# $FreeBSD$
PORTNAME= librcd
PORTVERSION= 0.1.13
CATEGORIES= devel
#MASTER_SITES= SF/rusxmms/Charset%20Detection%20Library/${PORTVERSION} \
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://ns.ael.ru/~fluffy.khv/distfiles/ \
http://dside.dyndns.org/files/rusxmms/
MASTER_SITE_SUBDIR= fluffy
MAINTAINER= fluffy@FreeBSD.org
COMMENT= Library used by rusxmms for autodetection of Russian charset
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
NO_STAGE= yes
.include <bsd.port.mk>
|