230cf6828f
- Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies. Otherwise fpc units only are added like build dependencies (less dependencies registered when they are installed with pkg). - Remove GTK1 obsolete dependencies - Bump all ports with dependencies of fpc-* units - Bump all ports with dependencies of lazarus ports - Clean up
24 lines
589 B
Makefile
24 lines
589 B
Makefile
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 5
|
|
CATEGORIES= graphics lang
|
|
PKGNAMESUFFIX= -imagemagick
|
|
|
|
MAINTAINER= freebsd-fpc@FreeBSD.org
|
|
COMMENT= Free Pascal interface to ImageMagick
|
|
|
|
USE_FPC= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
OPTIONS_DEFINE= IMAGEMAGICK
|
|
IMAGEMAGICK_DESC= Install ImageMagick image proccesing tool
|
|
OPTIONS_DEFAULT= IMAGEMAGICK
|
|
|
|
IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.so:${PORTSDIR}/graphics/ImageMagick
|
|
|
|
.include "${MASTERDIR}/Makefile"
|