mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
22 lines
485 B
Makefile
22 lines
485 B
Makefile
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= audio lang
|
|
PKGNAMESUFFIX= -modplug
|
|
|
|
COMMENT= Free Pascal interface to modplug library
|
|
|
|
USE_FPC= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
OPTIONS_DEFINE= LIBMODPLUG
|
|
LIBMODPLUG_DESC= Install modplug library
|
|
OPTIONS_DEFAULT= LIBMODPLUG
|
|
|
|
LIBMODPLUG_LIB_DEPENDS= libmodplug.so:audio/libmodplug
|
|
|
|
.include "${MASTERDIR}/Makefile"
|