openbsd-ports/x11/kde/arts3/Makefile
2002-07-16 12:20:42 +00:00

23 lines
489 B
Makefile

# $OpenBSD: Makefile,v 1.10 2002/07/16 12:20:42 espie Exp $
COMMENT= "X11 toolkit, multimedia hub"
CATEGORIES= x11 x11/kde
VERSION= 3.0.2
DISTNAME= arts-1.0.2
NOT_FOR_ARCHS=
LIB_DEPENDS= audiofile::devel/libaudiofile
SEPARATE_BUILD=simple
pre-build:
@if pkg dependencies check kdelibs-\*; then \
if pkg dependencies check ${DISTNAME}; then \
:; \
else \
echo 1>&2 "Error: you must remove your old kdelibs first"; \
exit 1; \
fi; \
fi
.include <bsd.port.mk>