2007-09-15 20:04:18 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2007/09/15 20:04:19 merdely Exp $
|
2001-03-28 09:59:37 +00:00
|
|
|
|
2007-09-15 20:04:18 +00:00
|
|
|
COMMENT= X11 file manager. Dockable in Window Maker
|
2001-03-07 15:47:04 +00:00
|
|
|
|
2001-03-09 14:28:45 +00:00
|
|
|
DISTNAME= ASFiles-1.0
|
|
|
|
PKGNAME= ${DISTNAME:L}
|
|
|
|
CATEGORIES= x11 x11/windowmaker
|
2001-03-07 15:47:04 +00:00
|
|
|
|
2001-03-09 14:28:45 +00:00
|
|
|
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
|
2001-03-07 15:47:04 +00:00
|
|
|
|
2003-10-08 17:13:14 +00:00
|
|
|
# GPL
|
2001-03-07 15:47:04 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-17 15:18:31 +00:00
|
|
|
WANTLIB= ICE SM X11 Xaw Xext Xmu Xpm Xt c m
|
2001-03-07 15:47:04 +00:00
|
|
|
|
2002-05-13 08:18:19 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_AFTERSTEP:=apps/ASFiles/}
|
2001-03-09 14:28:45 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= Dnd::x11/libdnd
|
|
|
|
|
2006-07-17 22:00:10 +00:00
|
|
|
FAKE_FLAGS= NORMAL_INSTALL="" \
|
|
|
|
mandir=${WRKINST}${PREFIX}/man
|
2001-03-09 14:28:45 +00:00
|
|
|
|
|
|
|
USE_X11= Yes
|
2001-10-25 22:34:48 +00:00
|
|
|
NO_REGRESS= Yes
|
2001-03-07 15:47:04 +00: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>
|