2d8b17ea39
With hat: portmgr
21 lines
524 B
Makefile
21 lines
524 B
Makefile
# 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
|
|
|
|
.include <bsd.port.mk>
|