1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/sysutils/gtk-imonc/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

28 lines
641 B
Makefile

# 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= 5
CATEGORIES= sysutils
MASTER_SITES= http://userpage.fu-berlin.de/~zeank/gtk-imonc/download/
MAINTAINER= ports@FreeBSD.org
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>