2001-11-21 02:27:25 -05:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: ickle
|
|
|
|
# Date created: Nov 21, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ickle
|
2002-01-07 19:58:20 -05:00
|
|
|
PORTVERSION= 0.2.2
|
2001-11-21 02:27:25 -05:00
|
|
|
CATEGORIES= net devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2001-11-21 11:43:43 -05:00
|
|
|
MAINTAINER= troff@paranoia.ru
|
2001-11-21 02:27:25 -05:00
|
|
|
|
|
|
|
LIB_DEPENDS= gtkmm:${PORTSDIR}/x11-toolkits/gtk--
|
|
|
|
|
2001-12-25 19:22:07 -05:00
|
|
|
WANT_GNOME= yes
|
2001-11-21 02:27:25 -05:00
|
|
|
GNU_CONFIGURE= yes
|
2001-11-22 22:34:39 -05:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
2001-11-21 02:27:25 -05:00
|
|
|
CONFIGURE_ARGS= --with-sigc-prefix=${LOCALBASE} \
|
|
|
|
--with-gtkmm-prefix=${X11BASE}
|
|
|
|
|
2001-12-25 19:22:07 -05:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if defined(HAVE_GNOME) || defined(WITH_GNOME)
|
|
|
|
USE_GNOME= yes
|
|
|
|
|
|
|
|
PLIST_SUB+= ICKLEDATADIR="share/gnome/" GNOME="" NOGNOME="@comment "
|
|
|
|
.else
|
2002-01-07 19:58:20 -05:00
|
|
|
CONFIGURE_ARGS+= --with-gnome=no
|
2001-12-25 19:22:07 -05:00
|
|
|
|
|
|
|
PLIST_SUB+= ICKLEDATADIR="share/" GNOME="@comment " NOGNOME=""
|
|
|
|
.endif
|
|
|
|
|
|
|
|
pre-everything::
|
|
|
|
.if !defined(HAVE_GNOME) && !defined(WITH_GNOME)
|
|
|
|
@${ECHO_MSG} "===> Define WITH_GNOME to enable GNOME support"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|