freebsd-ports/graphics/graphopt/Makefile
Antoine Brodin 89b4379a17 Deprecate most glib12 consumers
With hat:	portmgr
2018-10-12 09:19:04 +00:00

26 lines
486 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= graphopt
PORTVERSION= 0.4.1
PORTREVISION= 8
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Graph layout optimizer
DEPRECATED= Uses obsolete glib12
EXPIRATION_DATE= 2018-12-20
LICENSE= GPLv2+
USES= gnome
USE_CXXSTD= c++98
USE_GNOME= gtk12
GNU_CONFIGURE= yes
DESKTOP_ENTRIES="GraphOpt" "" "" "${PORTNAME}" "Graphics;GTK;" ""
.include <bsd.port.mk>