25c746abb4
Approved by: ahze (mentor)
45 lines
1.1 KiB
Makefile
45 lines
1.1 KiB
Makefile
# New ports collection makefile for: gecko-sharp
|
|
# Date created: 20040825
|
|
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gecko-sharp
|
|
PORTVERSION= 0.6
|
|
PORTREVISION= 4
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://go-mono.com/archive/1.0.3/
|
|
|
|
MAINTAINER= bsd-sharp-list@forge.novell.com
|
|
COMMENT= Mono bindings for embeding mozilla
|
|
|
|
BUILD_DEPENDS= gapi-parser:${PORTSDIR}/x11-toolkits/gtk-sharp10
|
|
RUN_DEPENDS= gapi-parser:${PORTSDIR}/x11-toolkits/gtk-sharp10 \
|
|
${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA}
|
|
|
|
.if !defined(WITH_MOZILLA)
|
|
MOZILLA= mozilla
|
|
.else
|
|
.if ${WITH_MOZILLA}=="firefox"
|
|
MOZILLA= firefox
|
|
.else
|
|
MOZILLA= mozilla
|
|
.endif
|
|
.endif
|
|
|
|
USE_GNOME= gnomehack gnometarget
|
|
LATEST_LINK= gecko-sharp10
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
pre-everything::
|
|
@${ECHO_MSG} ""
|
|
@${ECHO_MSG} " By default ${PORTNAME} uses www/mozilla for html rendering, but you can"
|
|
@${ECHO_MSG} " change this by defining WITH_MOZILLA to one of the following values:"
|
|
@${ECHO_MSG} ""
|
|
@${ECHO_MSG} " firefox "
|
|
@${ECHO_MSG} ""
|
|
|
|
.include <bsd.port.mk>
|