diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-04-04 07:08:51 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-04-04 07:08:51 +0000 |
commit | c7a326163ebabffec56d1e7088e1fc678f8f79d1 (patch) | |
tree | 81b89d4677d3196031540cddc3b5168dc5496f2d /net/libvncserver/Makefile | |
parent | 1485fac2282c0992e7f9983579a7db85d510af46 (diff) |
- upgrade to 0.9.8
- add license
- take maintainership
Notes
Notes:
svn path=/head/; revision=272184
Diffstat (limited to 'net/libvncserver/Makefile')
-rw-r--r-- | net/libvncserver/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/libvncserver/Makefile b/net/libvncserver/Makefile index 5987052085dc..39a00d4e1e27 100644 --- a/net/libvncserver/Makefile +++ b/net/libvncserver/Makefile @@ -7,18 +7,19 @@ # PORTNAME= libvncserver -PORTVERSION= 0.9.7 -PORTREVISION= 2 +PORTVERSION= 0.9.8 CATEGORIES= net devel MASTER_SITES= SF DISTNAME= LibVNCServer-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bapt@FreeBSD.org COMMENT= Provide an easy API to write one's own vnc server +LICENSE= GPLv2 + LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg -USE_GNOME= gnometarget +USE_GNOME= gnometarget gnomehack USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |