freebsd-ports/graphics/gx/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

26 lines
576 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= gx
PORTVERSION= 0.4.0
PORTREVISION= 8
CATEGORIES= graphics
MASTER_SITES= http://BSDforge.com/projects/source/graphics/gx/
MAINTAINER= portmaster@BSDforge.com
COMMENT= Lightweight image viewer
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libgnomevfsmm-2.6.so:devel/gnome-vfsmm
USES= desktop-file-utils gettext pkgconfig
USE_GNOME= gconfmm26 gtkmm24
GNU_CONFIGURE= yes
PLIST_FILES= bin/gx \
share/applications/gx.desktop \
share/pixmaps/gx.png \
share/pixmaps/gx_logo.png \
.include <bsd.port.mk>