openbsd-ports/x11/matchbox/matchbox-common/Makefile
jolan 7b19d81e95 matchbox, window manager for pda-like devices
loosely based on prior work from andreas@ and peter haight
2005-06-17 02:57:30 +00:00

26 lines
652 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/06/17 02:57:30 jolan Exp $
COMMENT= "matchbox shared icons and configuration data"
DISTNAME= matchbox-common-0.9.1
CATEGORIES= x11/matchbox
MASTER_SITES= http://projects.o-hand.com/matchbox/sources/matchbox-common/0.9/
HOMEPAGE= http://projects.o-hand.com/matchbox/
# GPL
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \
::x11/matchbox/libmatchbox
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+=--enable-pda-folders
post-build:
@perl -pi -e 's,/etc,${SYSCONFDIR},g' ${WRKSRC}/matchbox-session
.include <bsd.port.mk>