freebsd-ports/graphics/gx/Makefile

22 lines
461 B
Makefile
Raw Normal View History

2013-09-03 10:49:46 +02:00
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= gx
PORTVERSION= 0.4.0
PORTREVISION= 7
CATEGORIES= graphics
2015-03-30 23:37:30 +02:00
MASTER_SITES= http://perticone.homelinux.net/sergio/c++/gx/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= Lightweight image viewer
2015-03-30 23:37:30 +02:00
BROKEN= No public distfiles
2014-01-21 21:38:23 +01:00
LIB_DEPENDS= libgnomevfsmm-2.6.so:${PORTSDIR}/devel/gnome-vfsmm
2013-09-03 10:49:46 +02:00
USES= gettext pkgconfig
2014-01-21 21:38:23 +01:00
USE_GNOME= gconfmm26 gtkmm24
GNU_CONFIGURE= yes
.include <bsd.port.mk>