17 lines
314 B
Makefile
17 lines
314 B
Makefile
# $OpenBSD: Makefile,v 1.3 2020/06/09 07:14:46 jasper Exp $
|
|
|
|
COMMENT = compiz option code generator
|
|
|
|
V = 0.8.8
|
|
DISTNAME = compiz-bcop-${V}
|
|
REVISION = 1
|
|
|
|
MASTER_SITES = http://releases.compiz.org/${V}/
|
|
|
|
BUILD_DEPENDS = textproc/libxslt
|
|
RUN_DEPENDS = textproc/libxslt
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|