1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/graphics/gx/Makefile
Thomas Zander 2c26e29083 - Un-break build; distfile is now fetchable again (new MASTER_SITES)
- New port maintainer:  Chris Hutchinson <portmaster@bsdforge.com>
- Add LICENSE
- Use PLIST_FILES instead of pkg-plist
- Bump PORTREVISION
- Update pkg-descr
- Pet portlint

PR:		199468
Submitted by:	portmaster@bsdforge.com (maintainer)
Reviewed by:	riggs
MFH:		2015Q2
2015-05-10 14:15:43 +00:00

27 lines
588 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:${PORTSDIR}/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>