freebsd-ports/graphics/gx/Makefile
Antoine Brodin 95e220d1be Deprecate some GNOME 2 applications
With hat:	portmgr
2018-10-07 20:25:16 +00:00

31 lines
708 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= gx
PORTVERSION= 0.4.0
PORTREVISION= 11
CATEGORIES= graphics
MASTER_SITES= http://BSDforge.com/projects/source/graphics/gx/
MAINTAINER= portmaster@BSDforge.com
COMMENT= Lightweight image viewer
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= GNOME 2 application
EXPIRATION_DATE= 2018-12-10
LIB_DEPENDS= libgnomevfsmm-2.6.so:devel/gnome-vfsmm
USES= compiler:c++11-lang desktop-file-utils gettext pkgconfig
USE_CXXSTD= c++11
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>