openbsd-ports/graphics/wmphoto/Makefile

26 lines
609 B
Makefile

# $OpenBSD: Makefile,v 1.2 2001/01/18 16:10:00 naddy Exp $
DISTNAME= wmphoto-0.3a
CATEGORIES= graphics x11 x11/windowmaker
NEED_VERSION= 1.340
HOMEPAGE= http://www.dcc.uchile.cl/~amartoq/wmphoto/
MASTER_SITES= ${HOMEPAGE}
MAINTAINER= Peter Stromberg <home@wilfried.net>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= convert::graphics/ImageMagick
USE_X11= Yes
WRKSRC= ${WRKDIST}/wmphoto
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/wmphoto ${PREFIX}/bin
${INSTALL_MAN} files/wmphoto.1 ${PREFIX}/man/man1
.include <bsd.port.mk>