mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
09ee0ee709
Lazarus components library - GTK backend
22 lines
450 B
Makefile
22 lines
450 B
Makefile
# New ports collection makefile for: lazarus-lcl-gtk
|
|
# Date Created: 2012-05-01
|
|
# Whom: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -lcl-gtk
|
|
|
|
COMMENT= Lazarus components library - GTK backend
|
|
|
|
BUILD_DEPENDS= ${LCL_UNITS_DIR}/alllclunits.ppu:${PORTSDIR}/editors/lazarus-lcl-units
|
|
|
|
USE_FPC= x11 gtk1
|
|
|
|
LCL_INTERFACE= gtk
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/lazarus
|
|
|
|
.include "${MASTERDIR}/Makefile"
|