blob: ebda5512dbd260a94bc3070442cfbbc61d2cfaa1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Ulrich Spoerlein <uspoerlein@gmail.com>
# $FreeBSD$
PORTNAME= librcd
PORTVERSION= 0.1.14
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://dside.dyndns.org/files/rusxmms/ \
LOCAL/fluffy
MAINTAINER= fluffy@FreeBSD.org
COMMENT= Library used by rusxmms for autodetection of Russian charset
GNU_CONFIGURE= yes
USES= gmake libtool pathfix tar:bzip2
USE_LDCONFIG= yes
.include <bsd.port.mk>
|