2006-07-17 18:00:10 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2006/07/17 22:00:10 espie Exp $
|
2001-03-28 04:59:37 -05:00
|
|
|
|
|
|
|
COMMENT= 'X11 file manager. Dockable in Window Maker'
|
2001-03-07 10:47:04 -05:00
|
|
|
|
2001-03-09 09:28:45 -05:00
|
|
|
DISTNAME= ASFiles-1.0
|
|
|
|
PKGNAME= ${DISTNAME:L}
|
|
|
|
CATEGORIES= x11 x11/windowmaker
|
2001-03-07 10:47:04 -05:00
|
|
|
|
2001-03-09 09:28:45 -05:00
|
|
|
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
|
2001-03-07 10:47:04 -05:00
|
|
|
|
2003-10-08 13:13:14 -04:00
|
|
|
# GPL
|
2001-03-07 10:47:04 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-17 10:18:31 -05:00
|
|
|
WANTLIB= ICE SM X11 Xaw Xext Xmu Xpm Xt c m
|
2001-03-07 10:47:04 -05:00
|
|
|
|
2002-05-13 04:18:19 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_AFTERSTEP:=apps/ASFiles/}
|
2001-03-09 09:28:45 -05:00
|
|
|
|
|
|
|
LIB_DEPENDS= Dnd::x11/libdnd
|
|
|
|
|
2006-07-17 18:00:10 -04:00
|
|
|
FAKE_FLAGS= NORMAL_INSTALL="" \
|
|
|
|
mandir=${WRKINST}${PREFIX}/man
|
2001-03-09 09:28:45 -05:00
|
|
|
|
|
|
|
USE_X11= Yes
|
2001-10-25 18:34:48 -04:00
|
|
|
NO_REGRESS= Yes
|
2001-03-07 10:47:04 -05:00
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
|
|
|
|
post-configure:
|
|
|
|
.for d in . src src/bitmaps src/pixmaps src/external src/regexp pixmaps bitmaps
|
|
|
|
@perl -pi -e 's|^(prefix[ \t]*=).*$$|\1 \$${PREFIX}|' ${WRKSRC}/${d}/Makefile
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/src/Files.ad ${PREFIX}/lib/X11/app-defaults/Files
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|