21 lines
461 B
Makefile
21 lines
461 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gx
|
|
PORTVERSION= 0.4.0
|
|
PORTREVISION= 7
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://perticone.homelinux.net/sergio/c++/gx/src/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Lightweight image viewer
|
|
|
|
BROKEN= No public distfiles
|
|
|
|
LIB_DEPENDS= libgnomevfsmm-2.6.so:${PORTSDIR}/devel/gnome-vfsmm
|
|
|
|
USES= gettext pkgconfig
|
|
USE_GNOME= gconfmm26 gtkmm24
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|