freebsd-ports/graphics/gimmage/Makefile

24 lines
460 B
Makefile
Raw Normal View History

# New ports collection makefile for: gimmage
# Date created: 10 June 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gimmage
2007-07-20 21:50:42 +02:00
PORTVERSION= 0.2.3
PORTREVISION= 7
CATEGORIES= graphics
MASTER_SITES= BERLIOS CENKES
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple image viewer
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
2010-04-03 12:44:36 +02:00
curl.6:${PORTSDIR}/ftp/curl
USE_GETTEXT= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>