aboutsummaryrefslogtreecommitdiffstats
path: root/devel/librcd
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-09-25 23:17:41 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-09-25 23:17:41 +0800
commit76e47724a6fc246a5f6627c3bf72724fabbeee30 (patch)
treec88db798519d9b3827257fe9bc5f4dd67ea015b3 /devel/librcd
parentffd895c4411017867af3805aacae3bd7e9e27364 (diff)
downloadfreebsd-ports-gnome-76e47724a6fc246a5f6627c3bf72724fabbeee30.tar.gz
freebsd-ports-gnome-76e47724a6fc246a5f6627c3bf72724fabbeee30.tar.zst
freebsd-ports-gnome-76e47724a6fc246a5f6627c3bf72724fabbeee30.zip
- Add LICENSE
- Strip library
Diffstat (limited to 'devel/librcd')
-rw-r--r--devel/librcd/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/librcd/Makefile b/devel/librcd/Makefile
index 988ff784c10c..c8ab1b0bce58 100644
--- a/devel/librcd/Makefile
+++ b/devel/librcd/Makefile
@@ -3,7 +3,7 @@
PORTNAME= librcd
PORTVERSION= 0.1.14
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://dside.dyndns.org/files/rusxmms/ \
LOCAL/fluffy
@@ -11,8 +11,12 @@ MASTER_SITES= http://dside.dyndns.org/files/rusxmms/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= Library used by rusxmms for autodetection of Russian charset
+LICENSE= LGPL21 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
+
GNU_CONFIGURE= yes
USES= gmake libtool pathfix tar:bzip2
USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>