freebsd-ports/graphics/gimmage/Makefile
Mark Linimon 65f2e41ca3 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-21 13:21:04 +00:00

25 lines
553 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= gimmage
PORTVERSION= 0.2.3
PORTREVISION= 12
CATEGORIES= graphics
MASTER_SITES= BERLIOS
MAINTAINER= portmaster@bsdforge.com
COMMENT= Simple image viewer
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcurl.so:ftp/curl
BROKEN= fails to compile: ustring.h: expected ';' at end of declaration list
USES= desktop-file-utils gettext pkgconfig
USE_GNOME= gtkmm24
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE}
.include <bsd.port.mk>