29 lines
675 B
Makefile
29 lines
675 B
Makefile
# New ports collection makefile for: vino
|
|
# Date created: 16 July 2004
|
|
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vino
|
|
PORTVERSION= 2.7.4
|
|
CATEGORIES= net gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.7
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= A GNOME 2 frontend for vncviewer
|
|
|
|
LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls
|
|
|
|
USE_BZIP2= yes
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gnomeprefix intlhack gnomehack gnomepanel
|
|
USE_GMAKE= yes
|
|
GNOME_DESKTOP_VERSION=2
|
|
USE_LIBTOOL_VER=15
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|