mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
19 lines
392 B
Makefile
19 lines
392 B
Makefile
# Created by: Ulrich Spoerlein <uspoerlein@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= librcd
|
|
PORTVERSION= 0.1.14
|
|
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
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake pathfix
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|