Simplify expressions for FreeBSD 13.X Reviewed by: many Differential Revision: https://reviews.freebsd.org/D46601
29 lines
548 B
Makefile
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>
|