diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-25 23:17:31 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-25 23:17:31 +0800 |
commit | 15f9ab4621bfc91c302812fb90754c86722ee91b (patch) | |
tree | 5b3320e1745eeddf606480b126ffe9f782bad99d /devel | |
parent | 6692ac5e278430731ca85c376eb9637618fd4d01 (diff) | |
download | freebsd-ports-gnome-15f9ab4621bfc91c302812fb90754c86722ee91b.tar.gz freebsd-ports-gnome-15f9ab4621bfc91c302812fb90754c86722ee91b.tar.zst freebsd-ports-gnome-15f9ab4621bfc91c302812fb90754c86722ee91b.zip |
- Add LICENSE
- Strip libraries
Diffstat (limited to 'devel')
-rw-r--r-- | devel/librcc/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/librcc/Makefile b/devel/librcc/Makefile index 5fd49906f79b..950100ccb82c 100644 --- a/devel/librcc/Makefile +++ b/devel/librcc/Makefile @@ -3,7 +3,7 @@ PORTNAME= librcc PORTVERSION= 0.2.12 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel MASTER_SITES= http://dside.dyndns.org/files/rusxmms/ \ LOCAL/fluffy @@ -11,6 +11,9 @@ MASTER_SITES= http://dside.dyndns.org/files/rusxmms/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Library used by rusxmms for language autodetection +LICENSE= LGPL21 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= librcd.so:${PORTSDIR}/devel/librcd \ libenca.so:${PORTSDIR}/converters/enca \ libaspell.so:${PORTSDIR}/textproc/aspell @@ -19,6 +22,7 @@ GNU_CONFIGURE= yes USE_GNOME= libxml2 USES= gmake iconv libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |