blob: 5b1687ca1f0f44df5efa0be7a956d22a9eef7ee9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: librcd
# Date created: 30-12-2007
# Whom: Ulrich Spoerlein <uspoerlein@gmail.com>
#
# $FreeBSD$
#
PORTNAME= librcd
PORTVERSION= 0.1.13
CATEGORIES= devel
MASTER_SITES= http://dside.dyndns.org/files/rusxmms/ \
SF/rusxmms/Charset%20Detection%20Library/${PORTVERSION}
MAINTAINER= fluffy@FreeBSD.org
COMMENT= Library used by rusxmms for autodetection of russian charset
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>
|