openbsd-ports/x11/xdmchoose/Makefile
naddy be2671fb5a - Update to 1.1.2: improved error handling.
- Remove forgotten automake dependency.
- Pull in COMMENT, bump NEED_VERSION.
2001-04-14 00:51:24 +00:00

33 lines
872 B
Makefile

# $OpenBSD: Makefile,v 1.2 2001/04/14 00:51:24 naddy Exp $
COMMENT= "alternative xdm-invoked chooser"
DISTNAME= xdmchoose-1.1.2
CATEGORIES= x11
NEED_VERSION= 1.363
HOMEPAGE= http://frmb.home.cern.ch/frmb/xdmchoose.html
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://frmb.home.cern.ch/frmb/download/
USE_X11= Yes
CONFIGURE_STYLE= gnu
post-install:
@perl -i -pe 's!%%PREFIX%%!${PREFIX}!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>