diff options
author | acm <acm@FreeBSD.org> | 2012-05-08 03:14:05 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2012-05-08 03:14:05 +0800 |
commit | 92812cca569221965faa41a1ecd03b5f991201cd (patch) | |
tree | 91a8a6edd74141bfd0e10acbd3b4e49c15e5dc46 | |
parent | c86299fb0c2d2bcc8525e032721b694b70824791 (diff) | |
download | freebsd-ports-gnome-92812cca569221965faa41a1ecd03b5f991201cd.tar.gz freebsd-ports-gnome-92812cca569221965faa41a1ecd03b5f991201cd.tar.zst freebsd-ports-gnome-92812cca569221965faa41a1ecd03b5f991201cd.zip |
- New port: editors/lazarus-lcl-qt
Lazarus components library - QT backend
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/lazarus-lcl-qt/Makefile | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 8a1691dbd2cf..9d726bca3081 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -157,6 +157,7 @@ SUBDIR += lazarus-lcl-gtk SUBDIR += lazarus-lcl-gtk2 SUBDIR += lazarus-lcl-nogui + SUBDIR += lazarus-lcl-qt SUBDIR += lazarus-lcl-units SUBDIR += le SUBDIR += leafpad diff --git a/editors/lazarus-lcl-qt/Makefile b/editors/lazarus-lcl-qt/Makefile new file mode 100644 index 000000000000..26d2641e6e40 --- /dev/null +++ b/editors/lazarus-lcl-qt/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: lazarus-lcl-qt +# Date Created: 2012-05-01 +# Whom: Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTREVISION= 0 +PKGNAMESUFFIX= -lcl-qt + +COMMENT= Lazarus components library - QT backend + +BUILD_DEPENDS= ${LCL_UNITS_DIR}/alllclunits.ppu:${PORTSDIR}/editors/lazarus-lcl-units + +USE_FPC= x11 + +LCL_INTERFACE= qt + +MASTERDIR= ${.CURDIR}/../../editors/lazarus + +.include "${MASTERDIR}/Makefile" |