aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gorm/Makefile
blob: de7c8ed4d0994867f7f7b73502e5fee667bf488b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=   gorm
PORTVERSION=    1.2.23
PORTREVISION=   4
CATEGORIES= devel gnustep

USE_GITHUB= yes
GH_ACCOUNT= gnustep
GH_PROJECT= apps-gorm
GH_TAGNAME= 04554d2

MAINTAINER= ports@FreeBSD.org
COMMENT=    Graphical Object Relationship Modeller

LICENSE=    GPLv3

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

DEFAULT_LIBVERSION= 1.1.0

.include <bsd.port.mk>