summaryrefslogtreecommitdiff
path: root/x11-wm/amiwm/Makefile
blob: fc2d19557f5ec579fb1fca64743b5dbb32c8786c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection Makefile for: amiwm-0.20pl28
# Version required: 0.20pl48
# Date created: 13 November 1997
# Whom: Douglas Carmichael <dcarmich@mcs.com>
#
# $Id: Makefile,v 1.5 1998/11/23 22:54:25 asami Exp $
#

DISTNAME=	amiwm0.20pl48
PKGNAME=	amiwm-0.20p48
CATEGORIES=	x11-wm
MASTER_SITES=	ftp://ftp.lysator.liu.se/pub/X11/wm/amiwm/

MAINTAINER=	ports@FreeBSD.org

GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CFLAGS="${CFLAGS} -DHAVE_X11_EXTENSIONS_SHAPE_H"
USE_X_PREFIX=	yes
MAN1=		amiwm.1

post-install:
.if !defined(NOPORTDOCS)
	@${ECHO} "===>  Copying documents to ${PREFIX}/share/doc/amiwm"
	@${MKDIR} ${PREFIX}/share/doc/amiwm
	@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/amiwm
	@${INSTALL_DATA} ${WRKSRC}/README.modules ${PREFIX}/share/doc/amiwm
.endif

.include <bsd.port.mk>