1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/graphics/gimmage/Makefile
Pawel Pekala aaafecb9c5 - Fix build with clang
- Support desktop-file-utils
- Port supports staging

PR:		ports/184832
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 20:04:37 +00:00

21 lines
438 B
Makefile

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