freebsd-ports/graphics/gimmage/Makefile
Tijl Coosemans 61b6b4348f Remove libcurl.so.7 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:01:31 +00:00

21 lines
419 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= gimmage
PORTVERSION= 0.2.3
PORTREVISION= 12
CATEGORIES= graphics
MASTER_SITES= BERLIOS
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple image viewer
LIB_DEPENDS= libcurl.so:ftp/curl
USES= desktop-file-utils gettext pkgconfig
USE_GNOME= gtkmm24
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE}
.include <bsd.port.mk>