openbsd-ports/graphics/wmphoto/Makefile
naddy d07e33fec8 Import wmphoto 0.3a.
Submitted by Peter Stromberg <home@wilfried.net>.

It's a dock-app that can show you a photo and execute a command
related to that photo.  You can have many photos.
2001-01-16 22:44:42 +00:00

26 lines
597 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/01/16 22:44:42 naddy Exp $
DISTNAME= wmphoto-0.3a
CATEGORIES= graphics x11
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>