4b83df28a0
- Grab maintainership for librcc and librcd by current maintainer's request PR: 142470 Submitted by: myself Approved by: Ulrich Spörlein (maintainer) Approved by: miwi, tabthorpe (mentors implicit)
20 lines
445 B
Makefile
20 lines
445 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.11
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/rusxmms/Charset%20Detection%20Library/${PORTVERSION}
|
|
|
|
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>
|