diff options
author | acm <acm@FreeBSD.org> | 2012-05-08 03:04:29 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2012-05-08 03:04:29 +0800 |
commit | d042969c8a5e26cbcf8486071e4bcdb5e646bab5 (patch) | |
tree | 4b2024322f3b10976d993f79ffeb915cc16a1078 /editors | |
parent | cfd95529502daf07220ccf90a24442a02d058ee1 (diff) | |
download | freebsd-ports-gnome-d042969c8a5e26cbcf8486071e4bcdb5e646bab5.tar.gz freebsd-ports-gnome-d042969c8a5e26cbcf8486071e4bcdb5e646bab5.tar.zst freebsd-ports-gnome-d042969c8a5e26cbcf8486071e4bcdb5e646bab5.zip |
- New port: editors/lazarus-lcl-nogui
Lazarus components library - No gui backend
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/lazarus-lcl-nogui/Makefile | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 327ea136ea42..5d17446da0f0 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -154,6 +154,7 @@ SUBDIR += komodo-ide SUBDIR += kxmleditor SUBDIR += lazarus + SUBDIR += lazarus-lcl-nogui SUBDIR += lazarus-lcl-units SUBDIR += le SUBDIR += leafpad diff --git a/editors/lazarus-lcl-nogui/Makefile b/editors/lazarus-lcl-nogui/Makefile new file mode 100644 index 000000000000..2403e0380193 --- /dev/null +++ b/editors/lazarus-lcl-nogui/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: lazarus-lcl-nogui +# Date Created: 2012-05-01 +# Whom: Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTREVISION= 0 +PKGNAMESUFFIX= -lcl-nogui + +COMMENT= Lazarus components library - No gui backend + +BUILD_DEPENDS= ${LCL_UNITS_DIR}/alllclunits.ppu:${PORTSDIR}/editors/lazarus-lcl-units + +LCL_INTERFACE= nogui + +MASTERDIR= ${.CURDIR}/../../editors/lazarus + +.include "${MASTERDIR}/Makefile" |