29 lines
593 B
Makefile
29 lines
593 B
Makefile
# $OpenBSD: Makefile,v 1.19 2013/03/11 11:10:56 espie Exp $
|
|
|
|
COMMENT= wm-dockapp; shows photos and execute commands on that photo
|
|
|
|
DISTNAME= wmphoto-0.3a
|
|
REVISION = 3
|
|
CATEGORIES= graphics x11 x11/windowmaker
|
|
|
|
HOMEPAGE= http://www.dcc.uchile.cl/~amartoq/wmphoto/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
RUN_DEPENDS= graphics/ImageMagick
|
|
WANTLIB= X11 Xext Xpm c
|
|
|
|
USE_GROFF = Yes
|
|
NO_TEST= Yes
|
|
|
|
WRKSRC= ${WRKDIST}/wmphoto
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKBUILD}/wmphoto ${PREFIX}/bin
|
|
${INSTALL_MAN} files/wmphoto.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|