1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/fpc-dbus/Makefile
Jose Alonso Cardenas Marquez 654dd30922 - New port: devel/fpc-dbus
Free Pascal interface to dbus library

PR:		146001
Submitted by:	Christopher Key <cjk32 (at) cam.ac.uk>
2010-08-16 17:56:07 +00:00

24 lines
486 B
Makefile

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