mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
1f55006055
Seems libe author published latest revisions only in own blog
26 lines
598 B
Makefile
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>
|