openbsd-ports/x11/xdmchoose/Makefile

35 lines
928 B
Makefile
Raw Normal View History

2004-12-19 12:15:16 -05:00
# $OpenBSD: Makefile,v 1.5 2004/12/19 17:15:18 alek Exp $
COMMENT= "alternative xdm-invoked chooser"
DISTNAME= xdmchoose-1.2.1
CATEGORIES= x11
HOMEPAGE= http://frmb.home.cern.ch/frmb/xdmchoose.html
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-19 12:15:16 -05:00
WANTLIB= X11 Xpm c
MASTER_SITES= http://frmb.home.cern.ch/frmb/download/
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include"
post-install:
@perl -i -pe 's!%%PREFIX%%!${TRUEPREFIX}!g' ${WRKSRC}/xdmchoose.conf
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xdmchoose
${INSTALL_DATA} ${WRKSRC}/xdmchoose.conf \
${PREFIX}/share/examples/xdmchoose/
${INSTALL_DATA_DIR} ${PREFIX}/share/xdmchoose
. for bg in blur plain tiled
${INSTALL_DATA} ${WRKSRC}/xdmchoose-${bg}.xpm ${PREFIX}/share/xdmchoose/
. endfor
.include <bsd.port.mk>