9864cd3f7c
Reviewed by: marcus
28 lines
656 B
Makefile
28 lines
656 B
Makefile
# New ports collection makefile for: gtk-sharp
|
|
# Date created: 2003-01-01
|
|
# Whom: Juli Mallett
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtk-sharp
|
|
PORTVERSION= 0.6.0.1
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= jmallett
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
|
|
LIB_DEPENDS= gnomedb-2:${PORTSDIR}/databases/libgnomedb \
|
|
gnomeui-2:${PORTSDIR}/x11-toolkits/libgnomeui \
|
|
gphoto2.2:${PORTSDIR}/graphics/gphoto2
|
|
|
|
# XXX Should conditionalise all the different parts of gtk# maybe.
|
|
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
USE_GMAKE= yes
|
|
MAKEFILE= makefile
|
|
|
|
.include <bsd.port.mk>
|