1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/audio/fpc-oggvorbis/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

25 lines
613 B
Makefile

# Created by: Christopher Key <cjk32@cam.ac.uk>
# $FreeBSD$
CATEGORIES= audio lang
PKGNAMESUFFIX= -oggvorbis
MAINTAINER= freebsd-fpc@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:audio/libogg
LIBVORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis
.include "${MASTERDIR}/Makefile"