1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/graphics/gimmage/Makefile
Peter Pentchev c189a6b2da Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
2009-01-23 15:43:14 +00:00

24 lines
460 B
Makefile

# New ports collection makefile for: gimmage
# Date created: 10 June 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gimmage
PORTVERSION= 0.2.3
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= BERLIOS CENKES
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple image viewer
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
curl.5:${PORTSDIR}/ftp/curl
USE_GETTEXT= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>