pkgsrc/sysutils/fsviewer/Makefile
fredb b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00

32 lines
948 B
Makefile

# $NetBSD: Makefile,v 1.6 2002/03/13 17:37:42 fredb Exp $
#
DISTNAME= FSViewer.app-0.2.3
PKGNAME= FSViewer-0.2.3
PKGREVISION= 1
CATEGORIES= sysutils x11
MASTER_SITES= http://www.csn.ul.ie/~clernong/download/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} icons.tar.gz
MAINTAINER= johnam@mail.kemper.org
HOMEPAGE= http://www.csn.ul.ie/~clernong/projects/fsviewer.html
COMMENT= NextStep-like Filemanager for WindowMaker
DIST_SUBDIR= fsviewer
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
# needed for the new location of WINGs include files -- can be removed
# when the application gets updated for windowmaker>=0.64.0
CFLAGS+= -I${BUILDLINK_DIR}/include/WINGs
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_BUILDLINK_ONLY= yes
post-install:
cd ${PREFIX}/GNUstep/Apps/FSViewer.app && \
${PAX} -zrf ${_DISTDIR}${DISTSUBDIR}/icons.tar.gz *.xpm *.tif
.include "../../wm/windowmaker/buildlink.mk"
.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"