mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
cb9aac0071
- Bump dependent ports as .so version has changed Approved by: portmgr blanket
19 lines
411 B
Makefile
19 lines
411 B
Makefile
# Created by: Ulrich Spoerlein <uspoerlein@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= librcd
|
|
PORTVERSION= 0.1.14
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake libtool pathfix tar:bzip2
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|