* Bump package versions for ports depending on gnustep-back. * Fix PLIST for gnumail, after library bump.
17 lines
334 B
Makefile
17 lines
334 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/10/26 12:39:10 sebastia Exp $
|
|
|
|
COMMENT= GNUstep image viewer
|
|
|
|
DISTNAME= ImageViewer-0.6.3
|
|
REVISION= 0
|
|
PKGNAME= ${DISTNAME:L}
|
|
CATEGORIES= graphics
|
|
|
|
HOMEPAGE= http://freshmeat.net/projects/imageviewer
|
|
MASTER_SITES= http://distfiles.nl/
|
|
|
|
MODULES= x11/gnustep
|
|
WANTLIB+= c m pthread
|
|
|
|
.include <bsd.port.mk>
|