openbsd-ports/x11/asfiles/Makefile

34 lines
793 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.18 2013/03/11 11:46:08 espie Exp $
COMMENT= X11 file manager. Dockable in Window Maker
DISTNAME= ASFiles-1.0
PKGNAME= ${DISTNAME:L}
REVISION= 2
CATEGORIES= x11 x11/windowmaker
# GPL
PERMIT_PACKAGE_CDROM= 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
2013-03-11 07:35:43 -04:00
NO_TEST= 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>