openbsd-ports/x11/gnustep/imageviewer/Makefile
ajacoutot cbe9d05a8e Import imageviewer-0.6.2
ImageViewer is a simple image viewer application for GNUstep.
2008-11-14 11:07:25 +00:00

22 lines
470 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/11/14 11:07:25 ajacoutot Exp $
COMMENT= GNUstep image viewer
DISTNAME= ImageViewer-0.6.2
PKGNAME= ${DISTNAME:L}
CATEGORIES= graphics
HOMEPAGE= http://www.nice.ch/~phip/softcorner.html
WANTLIB= c gnustep-base m objc pthread
MASTER_SITES= http://www.nice.ch/~phip/
MODULES= x11/gnustep
LIB_DEPENDS= gnustep-gui::x11/gnustep/gui
RUN_DEPENDS= :gnustep-back-*:x11/gnustep/back
WRKDIST= ${WRKDIR}/ImageViewer
.include <bsd.port.mk>