diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2012-05-07 19:12:34 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2012-05-07 19:12:34 +0000 |
commit | 44c6c12a2f8d14c2004ba6d725d558705fd84886 (patch) | |
tree | bac3dcc2888c9986e7753e0288d21440a758c7ea /editors/lazarus-lcl-gtk2 | |
parent | 09ee0ee70917e9f04624dc9a31f7c4014dad3cd6 (diff) |
Notes
Diffstat (limited to 'editors/lazarus-lcl-gtk2')
-rw-r--r-- | editors/lazarus-lcl-gtk2/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/editors/lazarus-lcl-gtk2/Makefile b/editors/lazarus-lcl-gtk2/Makefile new file mode 100644 index 000000000000..f708ec9c653d --- /dev/null +++ b/editors/lazarus-lcl-gtk2/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: lazarus-lcl-gtk2 +# Date Created: 2012-05-01 +# Whom: Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTREVISION= 0 +PKGNAMESUFFIX= -lcl-gtk2 + +COMMENT= Lazarus components library - GTK2 backend + +BUILD_DEPENDS= ${LCL_UNITS_DIR}/alllclunits.ppu:${PORTSDIR}/editors/lazarus-lcl-units + +USE_FPC= x11 gtk2 + +LCL_INTERFACE= gtk2 + +MASTERDIR= ${.CURDIR}/../../editors/lazarus + +.include "${MASTERDIR}/Makefile" |