diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-25 15:17:41 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-25 15:17:41 +0000 |
commit | 29498fee188746b242f6a9a30aaf2137c10e03ac (patch) | |
tree | c88db798519d9b3827257fe9bc5f4dd67ea015b3 /devel/librcd | |
parent | 4a7f210314e52a476df2da21f0254d467d6b7b62 (diff) |
Notes
Diffstat (limited to 'devel/librcd')
-rw-r--r-- | devel/librcd/Makefile | 6 |
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> |