2002-10-26 20:07:44 +00:00
|
|
|
# New ports collection makefile for: gtk-imonc
|
|
|
|
# Date Created: 26. October 2002
|
|
|
|
# Whom: Steffen Vogelreuter
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtk-imonc
|
2005-03-19 23:05:19 +00:00
|
|
|
PORTVERSION= 0.6.4.1
|
2009-07-31 13:57:52 +00:00
|
|
|
PORTREVISION= 7
|
2002-10-26 20:07:44 +00:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://userpage.fu-berlin.de/~zeank/gtk-imonc/download/
|
|
|
|
|
2007-03-14 07:17:05 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-05-28 16:47:10 +00:00
|
|
|
COMMENT= A GTK2-based imond-client to control an on(e) disc fli4l router
|
2002-10-26 20:07:44 +00:00
|
|
|
|
2003-11-02 21:08:28 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2004-05-28 16:47:10 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2005-03-19 23:05:19 +00:00
|
|
|
USE_GNOME= gtk20 gnomehier
|
2002-10-26 20:07:44 +00:00
|
|
|
|
2004-10-28 14:59:01 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|<endian.h>|<sys/endian.h>|' \
|
|
|
|
${WRKSRC}/src/md5.h
|
|
|
|
|
2002-10-26 20:07:44 +00:00
|
|
|
.include <bsd.port.mk>
|