12 lines
173 B
Makefile
12 lines
173 B
Makefile
|
CATEGORIES= graphics
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../../lang/php80
|
||
|
|
||
|
PKGNAMESUFFIX= -gd
|
||
|
|
||
|
TEST_TARGET= test
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|
||
|
|
||
|
LIB_DEPENDS+= libgd.so:graphics/gd
|