ports/devel/gorm/Makefile
Rene Ladan 4485bd8221 all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X

Reviewed by:	many

Differential Revision:	https://reviews.freebsd.org/D46601
2024-10-01 20:56:20 +02:00

29 lines
548 B
Makefile

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>