freebsd-ports/databases/pgmodeler/Makefile
Loïc Bartoletti 5b6d0a852e databases/pgmodeler: Update to 0.9.3-beta
Since Qt5.15 update, pgmodeler 0.9.2 crashes. A new release is coming, we can as well fix this crash and prepare for this release.
  - Update to 0.9.3-beta
  - Reorder and alphabetize USES

Changelog:
    https://github.com/pgmodeler/pgmodeler/blob/develop/CHANGELOG.md

Reported by:	tcberner
Approved by:	tcberner (mentor)
Differential Revision:	D25877
2020-07-30 06:51:26 +00:00

32 lines
677 B
Makefile

# Created by: Loïc BARTOLETTI
# $FreeBSD$
PORTNAME= pgmodeler
PORTVERSION= 0.9.3
DISTVERSIONPREFIX= v
DISTVERSIONSUFFIX= -beta
CATEGORIES= databases
MAINTAINER= lbartoletti@FreeBSD.org
COMMENT= PostgreSQL Database Modeler
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= compiler:c++11-lib gl gmake gnome pgsql pkgconfig qmake qt:5 \
xorg
USE_GITHUB= yes
USE_GNOME= libxml2
USE_GL= gl
USE_QT= core gui network printsupport sql svg widgets testlib uitools \
buildtools_build
USE_XORG= x11 xext
USE_LDCONFIG= yes
QMAKE_SOURCE_PATH= ${WRKSRC}/${PORTNAME}.pro
post-patch:
@${REINPLACE_CMD} -e 's|linux|unix|g' ${WRKSRC}/${PORTNAME}.pri
.include <bsd.port.mk>