- Remove identif and basecomponents targets from editors/lazarus. Now it is installed from lazarus-lcl-[nogui|qt|gtk1|gtk2] ports - Add some missing directories to PLIST - Some additional modifications PR: ports/182647 Submitted by: Pavlo Greenberg <dog at virtual.org.ua>
16 lines
343 B
Makefile
16 lines
343 B
Makefile
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
PKGNAMESUFFIX= -lcl-units
|
|
|
|
COMMENT= Lazarus components library units
|
|
|
|
USE_FPC= fcl-base fcl-db fcl-image fcl-process fcl-registry fcl-xml iconvenc
|
|
|
|
LCL_INTERFACE= #
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/lazarus
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|