diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2012-05-07 19:04:29 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2012-05-07 19:04:29 +0000 |
commit | fd6c18076bacff31c8769f044f5ee082d7d7a169 (patch) | |
tree | 20e4db1ac6f60f37df6cda6ce12a7e5204f71b83 /editors/lazarus-lcl-nogui | |
parent | - New port: editors/lazarus-lcl-units (diff) |
- New port: editors/lazarus-lcl-nogui
Lazarus components library - No gui backend
Notes
Notes:
svn path=/head/; revision=296165
Diffstat (limited to 'editors/lazarus-lcl-nogui')
-rw-r--r-- | editors/lazarus-lcl-nogui/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
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" |