mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
26 lines
645 B
Makefile
26 lines
645 B
Makefile
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= audio lang
|
|
PKGNAMESUFFIX= -oggvorbis
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= Free Pascal interface to ogg & vorbis libraries
|
|
|
|
USE_FPC= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
OPTIONS_DEFINE= LIBOGG LIBVORBIS
|
|
LIBOGG_DESC= Install ogg library
|
|
LIBVORBIS_DESC= Install vorbis library
|
|
OPTIONS_DEFAULT= LIBOGG LIBVORBIS
|
|
|
|
LIBOGG_LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg
|
|
LIBVORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis
|
|
|
|
.include "${MASTERDIR}/Makefile"
|