mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
33 lines
714 B
Makefile
33 lines
714 B
Makefile
# New ports collection makefile for: gtk-imonc
|
|
# Date Created: 26. October 2002
|
|
# Whom: Steffen Vogelreuter
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtk-imonc
|
|
PORTVERSION= 0.6.3
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
BROKEN= Incomplete pkg-plist
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
USE_GETTEXT= yes
|
|
USE_ICONV= yes
|
|
USE_REINPLACE= yes
|
|
USE_GNOME= gtk20
|
|
USE_X_PREFIX= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|<endian.h>|<sys/endian.h>|' \
|
|
${WRKSRC}/src/md5.h
|
|
|
|
.include <bsd.port.mk>
|