diff options
Diffstat (limited to 'editors/lazarus-lcl-gtk2/Makefile')
-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" |