opnsense-ports/databases/pgmodeler/Makefile
Franco Fichtner 69ffeb8a51 */*: sync with upstream
Taken from: HardenedBSD
2021-04-07 20:24:01 +02:00

31 lines
665 B
Makefile

# Created by: Loïc BARTOLETTI
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>