2003-10-08 01:48:02 +02:00
|
|
|
# New ports collection makefile for: FSViewer.app
|
|
|
|
# Date created: 6. Sept. 2003
|
|
|
|
# Whom: Fritz Heinrichmeyer@fernuni-hagen.de
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= FSViewer.app
|
|
|
|
PORTVERSION= 0.2.5
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 9
|
2003-10-08 01:48:02 +02:00
|
|
|
CATEGORIES= x11-fm windowmaker
|
|
|
|
MASTER_SITES= http://www.bayernline.de/~gscholz/linux/fsviewer/
|
2004-11-27 13:01:23 +01:00
|
|
|
|
|
|
|
PATCH_SITES= ${MASTER_SITES}
|
|
|
|
PATCHFILES= ${PORTNAME}-${PORTVERSION}-WM-0.81.0.patch.gz
|
|
|
|
PATCH_DIST_STRIP= -p1
|
2003-10-08 01:48:02 +02:00
|
|
|
|
|
|
|
MAINTAINER= Fritz.Heinrichmeyer@fernuni-hagen.de
|
|
|
|
COMMENT= X11 file manager using WINGS library. Dockable in WindowMaker
|
|
|
|
|
|
|
|
LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker
|
|
|
|
|
2008-03-26 09:23:11 +01:00
|
|
|
USE_XORG= x11 xmu
|
2004-11-27 13:01:23 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
|
|
|
|
|
|
CPPFLAGS= `pkg-config --cflags WINGs`
|
|
|
|
LDFLAGS= `pkg-config --libs WINGs`
|
2003-10-08 01:48:02 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/FSViewer
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/docs/* ${PREFIX}/share/doc/FSViewer
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|