mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Fix shebangs
- Add LICENSE_FILE Approved by: portmgr blanket MFH: 2015Q3 (blanket)
This commit is contained in:
parent
5f481b83ba
commit
0461c4ac36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392059
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= mu-conference
|
||||
PORTVERSION= 0.8
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= http://download.gna.org/mu-conference/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
@ -12,11 +12,13 @@ MAINTAINER= mm@FreeBSD.org
|
||||
COMMENT= Multi-User Conferencing component for Jabber
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \
|
||||
libidn.so:${PORTSDIR}/dns/libidn
|
||||
|
||||
USES= pkgconfig
|
||||
USES= pkgconfig shebangfix
|
||||
SHEBANG_FILES= scripts/roommaker.pl scripts/roomname.pl
|
||||
USE_GNOME= glib20
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user