blob: e472b9cf172a98c7f6314db0d4ef11f529303c80 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# Created by: Loïc BARTOLETTI
PORTNAME= pgmodeler
PORTVERSION= 0.9.4
PORTREVISION= 1
DISTVERSIONPREFIX= v
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>
|