c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
32 lines
957 B
Makefile
32 lines
957 B
Makefile
# $NetBSD: Makefile,v 1.14 2004/10/03 00:18:14 tv Exp $
|
|
#
|
|
|
|
DISTNAME= FSViewer.app-0.2.3
|
|
PKGNAME= FSViewer-0.2.3
|
|
PKGREVISION= 4
|
|
CATEGORIES= sysutils x11 windowmaker
|
|
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_PREFIX.windowmaker}/include/WINGs
|
|
|
|
USE_GNU_TOOLS+= make
|
|
GNU_CONFIGURE= yes
|
|
USE_X11= yes
|
|
USE_BUILDLINK3= yes
|
|
|
|
post-install:
|
|
cd ${PREFIX}/GNUstep/Apps/FSViewer.app && \
|
|
${PAX} -O -zrf ${_DISTDIR}${DISTSUBDIR}/icons.tar.gz *.xpm *.tif
|
|
|
|
.include "../../wm/windowmaker/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|