PORTNAME=	gorm
DISTVERSIONPREFIX=	gorm-
DISTVERSION=	1_3_1
CATEGORIES=	devel gnustep

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Graphical Object Relationship Modeller
WWW=		http://www.gnustep.org/experience/Gorm.html

LICENSE=	GPLv3

USES=		gnustep
USE_GNUSTEP=	back build gui
USE_LDCONFIG=	${GNUSTEP_SYSTEM_LIBRARIES}

USE_GITHUB=	yes
GH_ACCOUNT=	gnustep
GH_PROJECT=	apps-gorm

DEFAULT_LIBVERSION=	1.1.0

.include <bsd.port.options.mk>

.if ${OPSYS} == FreeBSD
CPPFLAGS+=	-Wno-error=incompatible-function-pointer-types
.endif

.include <bsd.port.mk>
