2016-09-21 20:11:09 +00:00
|
|
|
# Created by: Loïc BARTOLETTI
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pgmodeler
|
2017-09-02 10:25:23 +00:00
|
|
|
PORTVERSION= 0.9.0
|
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
2017-09-10 20:55:38 +00:00
|
|
|
PORTREVISION= 1
|
2016-09-21 20:11:09 +00:00
|
|
|
DISTVERSIONPREFIX= v
|
|
|
|
CATEGORIES= databases
|
|
|
|
|
|
|
|
MAINTAINER= lbartoletti@tuxfamily.org
|
|
|
|
COMMENT= PostgreSQL Database Modeler
|
|
|
|
|
2016-12-21 11:18:33 +00:00
|
|
|
LICENSE= GPLv3
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2016-09-21 20:11:09 +00:00
|
|
|
|
2017-09-22 10:48:28 +00:00
|
|
|
USES= compiler:c++11-lib pgsql qmake pkgconfig gmake
|
2016-09-21 20:11:09 +00:00
|
|
|
USE_GITHUB= yes
|
|
|
|
|
|
|
|
USE_GNOME= libxml2
|
|
|
|
USE_QT5= gui network sql svg printsupport widgets core buildtools_build uitools testlib
|
2016-12-21 11:18:33 +00:00
|
|
|
USE_GL= gl
|
2016-09-21 20:11:09 +00:00
|
|
|
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
|
|
|
|
|
|
|
|
pre-install:
|
|
|
|
@${MKDIR} ${STAGEDIR}/${LOCALBASE}/lib/${PORTNAME}/plugins
|
|
|
|
|
|
|
|
post-install:
|
2016-10-21 12:51:40 +00:00
|
|
|
@${RM} ${STAGEDIR}${PREFIX}/bin/tests
|
2016-09-21 20:11:09 +00:00
|
|
|
|
2017-01-09 13:16:49 +00:00
|
|
|
.include <bsd.port.mk>
|