1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/sysutils/gtk-imonc/Makefile
Niclas Zeising 428fac4e1c Add USES=xorg USES=gl, ports categories s
Add USES=xorg and USES=gl to ports in categories starting with 's'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 17:17:53 +00:00

31 lines
737 B
Makefile

# Created by: Steffen Vogelreuter
# $FreeBSD$
PORTNAME= gtk-imonc
PORTVERSION= 0.6.4.1
PORTREVISION= 16
CATEGORIES= sysutils
MASTER_SITES= http://stefan-strigler.de/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK2-based imond-client to control an on(e) disc fli4l router
LICENSE= GPLv2+
GNU_CONFIGURE= yes
USES= pkgconfig gettext gnome iconv xorg
USE_GNOME= gtk20
USE_XORG= x11
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib -lX11
post-patch:
@${REINPLACE_CMD} -e \
's|/gnome/apps/Internet|/applications|' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e \
's|/usr/share/pixmaps/||' ${WRKSRC}/gtk-imonc.desktop
@${REINPLACE_CMD} -e \
's|<endian.h>|<sys/endian.h>|' ${WRKSRC}/src/md5.h
.include <bsd.port.mk>