freebsd-ports/x11-wm/epiwm/Makefile
Martin Wilke b57e7139d4 - Fix build with gcc4
- Support USE_BDB

PR:		114078
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-06-29 08:32:36 +00:00

32 lines
684 B
Makefile

# New ports collection makefile for: epiwm
# Date created: 2002-06-04
# Whom: trevor
#
# $FreeBSD$
#
PORTNAME= epiwm
PORTVERSION= 0.5.6
PORTREVISION= 3
CATEGORIES= x11-wm
MASTER_SITES= http://www.nongnu.org/epiwm/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Another fast, small, configurable window manager
USE_GNOME= imlib
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e 's|/etc/X11/epiwm|${PREFIX}/etc/epiwm|' \
${WRKSRC}/configure
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for ii in AUTHORS BUGS ChangeLog EPIwm-0.5.6.lsm COPYING INSTALL NEWS README TODO
${INSTALL_DATA} ${WRKSRC}/${ii} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>