- Fix LICENSE
- Add LICENSE_FILE - Switch to USES=localbase - Update WWW
This commit is contained in:
parent
67ab9fa6f2
commit
69d6e9f186
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464381
2 changed files with 4 additions and 6 deletions
|
@ -10,9 +10,10 @@ MASTER_SITES= http://ipmsg.org/archive/
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Popup style message communication tool for GNOME2
|
||||
|
||||
LICENSE= GPLv2+
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= gettext gmake pathfix pkgconfig ssl
|
||||
USES= gettext gmake localbase:ldflags pathfix pkgconfig ssl
|
||||
USE_GNOME= gnomeprefix intltool libgnomeui
|
||||
USE_GSTREAMER= vorbis
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -21,9 +22,6 @@ CONFIGURE_ARGS= --disable-doxygen-doc \
|
|||
--disable-applet \
|
||||
--with-ssl=${OPENSSLBASE}
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
GCONF_SCHEMAS= g2ipmsg.schemas
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -4,4 +4,4 @@ multi platforms. It is based on TCP/IP(UDP).
|
|||
Win, Win16, Mac/MacOSX, X11R6/GTK/GNOME, Java, Div version and
|
||||
all source is open to public.
|
||||
|
||||
WWW: http://ipmsg.org/index.html.en
|
||||
WWW: https://ipmsg.org/index.html.en
|
||||
|
|
Loading…
Reference in a new issue