freebsd-ports/editors/lazarus-lcl-units/Makefile
Jose Alonso Cardenas Marquez 0ede348514 - Fix build [1]. Missing dependency
- 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>
2013-10-04 21:31:39 +00:00

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"