summaryrefslogtreecommitdiffstats
path: root/sysutils/gtk-imonc/Makefile
blob: 8664dfc8b33fdd16efa33ba73b9c6395779f3fdd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:    gtk-imonc
# Date Created:             26. October 2002
# Whom:                 Steffen Vogelreuter
#
# $FreeBSD$
#

PORTNAME=   gtk-imonc
PORTVERSION=    0.6.4.1
PORTREVISION=   3
CATEGORIES= sysutils
MASTER_SITES=   http://userpage.fu-berlin.de/~zeank/gtk-imonc/download/

MAINTAINER= aberg@doomnet.de
COMMENT=    A GTK2-based imond-client to control an on(e) disc fli4l router

GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"
USE_GNOME=  gtk20 gnomehier
USE_XLIB=   yes

post-patch:
    @${REINPLACE_CMD} -e 's|<endian.h>|<sys/endian.h>|' \
        ${WRKSRC}/src/md5.h

.include <bsd.port.mk>