openbsd-ports/x11/asfiles/Makefile

39 lines
927 B
Makefile
Raw Normal View History

2010-11-22 03:36:47 -05:00
# $OpenBSD: Makefile,v 1.16 2010/11/22 08:36:55 espie Exp $
COMMENT= X11 file manager. Dockable in Window Maker
DISTNAME= ASFiles-1.0
PKGNAME= ${DISTNAME:L}
2010-07-30 07:29:44 -04:00
REVISION= 1
CATEGORIES= x11 x11/windowmaker
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-07-30 07:29:44 -04:00
WANTLIB= ICE SM X11 Xaw Xext Xmu Xpm Xt c m Dnd
2002-05-13 04:18:19 -04:00
MASTER_SITES= ${MASTER_SITE_AFTERSTEP:=apps/ASFiles/}
2010-11-22 03:36:47 -05:00
LIB_DEPENDS= x11/libdnd
2006-07-17 18:00:10 -04:00
FAKE_FLAGS= NORMAL_INSTALL="" \
mandir=${WRKINST}${PREFIX}/man
2010-11-22 03:36:47 -05:00
USE_GROFF = Yes
2001-10-25 18:34:48 -04:00
NO_REGRESS= Yes
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>