blob: 3ca486cd72455156c31b61f2a2668af9d46d1513 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# 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
PORTREVISION= 3
CATEGORIES= x11-fm windowmaker
MASTER_SITES= http://www.bayernline.de/~gscholz/linux/fsviewer/
PATCH_SITES= ${MASTER_SITES}
PATCHFILES= ${PORTNAME}-${PORTVERSION}-WM-0.81.0.patch.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= Fritz.Heinrichmeyer@fernuni-hagen.de
COMMENT= X11 file manager using WINGS library. Dockable in WindowMaker
LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CPPFLAGS= `pkg-config --cflags WINGs`
LDFLAGS= `pkg-config --libs WINGs`
post-install:
${MKDIR} ${PREFIX}/share/doc/FSViewer
${INSTALL_DATA} ${WRKSRC}/docs/* ${PREFIX}/share/doc/FSViewer
.include <bsd.port.mk>
|