1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/audio/fpc-modplug/Makefile
Jose Alonso Cardenas Marquez 204087889a - New port: audio/fpc-modplug
Free Pascal interface to modplug library

PR:		146001
Submitted by:	Christopher Key <cjk32 __ at __ cam.ac.uk>
2010-08-16 18:22:32 +00:00

24 lines
504 B
Makefile

# New ports collection makefile for: fpc-modplug
# Date created: 2010-04-22
# Whom: Christopher Key <cjk32@cam.ac.uk>
#
# $FreeBSD$
#
PORTREVISION= 0
CATEGORIES= audio lang
PKGNAMESUFFIX= -modplug
MAINTAINER= acm@FreeBSD.org
COMMENT= Free Pascal interface to modplug library
USE_FPC= yes
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
OPTIONS= LIBMODPLUG "Install modplug library" on
.include "${MASTERDIR}/Makefile"