mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
1 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= mu-conference
|
PORTNAME= mu-conference
|
||||||
PORTVERSION= 0.8
|
PORTVERSION= 0.8
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
CATEGORIES= net-im
|
CATEGORIES= net-im
|
||||||
MASTER_SITES= http://download.gna.org/mu-conference/
|
MASTER_SITES= http://download.gna.org/mu-conference/
|
||||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||||
|
@ -12,11 +12,13 @@ MAINTAINER= mm@FreeBSD.org
|
||||||
COMMENT= Multi-User Conferencing component for Jabber
|
COMMENT= Multi-User Conferencing component for Jabber
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \
|
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \
|
||||||
libidn.so:${PORTSDIR}/dns/libidn
|
libidn.so:${PORTSDIR}/dns/libidn
|
||||||
|
|
||||||
USES= pkgconfig
|
USES= pkgconfig shebangfix
|
||||||
|
SHEBANG_FILES= scripts/roommaker.pl scripts/roomname.pl
|
||||||
USE_GNOME= glib20
|
USE_GNOME= glib20
|
||||||
USE_RC_SUBR= ${PORTNAME}
|
USE_RC_SUBR= ${PORTNAME}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue