Packages should not own this dir to prevent its deletion or a warning that it cannot be removed because it's not empty at pkg_delete(1) time.
17 lines
317 B
Makefile
17 lines
317 B
Makefile
# $OpenBSD: Makefile,v 1.2 2015/05/22 11:36:15 ajacoutot Exp $
|
|
|
|
COMMENT = compiz option code generator
|
|
|
|
V = 0.8.8
|
|
DISTNAME = compiz-bcop-${V}
|
|
REVISION = 0
|
|
|
|
MASTER_SITES = http://releases.compiz.org/${V}/
|
|
|
|
BUILD_DEPENDS = textproc/libxslt
|
|
RUN_DEPENDS = textproc/libxslt
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|