1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/multimedia/dirac-reference/Makefile
Michael Johnson 05f1d1100d Readd BROKEN because of plist
Reported by:	pav
2007-06-28 14:17:49 +00:00

25 lines
556 B
Makefile

# New ports collection makefile for: dirac-reference
# Date created: 2006-09-24
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -reference
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Programming reference for dirac
BUILD_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz \
doxygen:${PORTSDIR}/devel/doxygen
MASTERDIR= ${.CURDIR}/../../multimedia/dirac
BROKEN= Incorrect pkg-plist
BUILD_WRKSRC= ${WRKSRC}/doc
INSTALL_WRKSRC= ${WRKSRC}/doc
PLIST= ${.CURDIR}/pkg-plist
CONFIGURE_ENV= # empty
.include "${MASTERDIR}/Makefile"