1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/devel/librcd/Makefile
Dima Panov 1f55006055 - Temporary remove SF mirrors from MASTER_SITES, keep my mirrors
Seems libe author published latest revisions only in own blog
2011-08-05 10:17:47 +00:00

26 lines
598 B
Makefile

# 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= 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>