mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
20 lines
438 B
Makefile
20 lines
438 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gx
|
|
PORTVERSION= 0.4.0
|
|
PORTREVISION= 6
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://perticone.homelinux.net/sergio/c++/gx/src/ CENKES
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Lightweight image viewer
|
|
|
|
LIB_DEPENDS= libgnomevfsmm-2.6.so:${PORTSDIR}/devel/gnome-vfsmm
|
|
|
|
USES= gettext pkgconfig
|
|
USE_GNOME= gconfmm26 gtkmm24
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|