mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
23 lines
484 B
Makefile
23 lines
484 B
Makefile
# Created by: Ulrich Spoerlein <uspoerlein@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= librcd
|
|
PORTVERSION= 0.1.14
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://dside.dyndns.org/files/rusxmms/ \
|
|
LOCAL/fluffy
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Library used by rusxmms for autodetection of Russian charset
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= libtool pathfix tar:bzip2
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|