1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/x11-wm/pekwm/Makefile
Norikatsu Shigemura 9f8dcbc149 Update to 0.1.2(change new config file format).
PR:		ports/45539
Submitted by:	Anders Andersson <anders@hack.org> (maintainer)
2002-11-21 19:28:59 +00:00

44 lines
774 B
Makefile

# Ports collection makefile for: pekwm
# Date created: Nov 1, 2002
# Whom: anders@hack.org
#
# $FreeBSD$
#
PORTNAME= pekwm
PORTVERSION= 0.1.2
CATEGORIES= x11-wm
MASTER_SITES= http://pekwm.babblica.net/files/source/
MAINTAINER= anders@hack.org
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_BZIP2= yes
.if defined(WITH_XINERAMA)
CONFIGURE_ARGS+= --enable-xinerama
.endif
.if !defined(WITH_XINERAMA)
pre-everything:
@${ECHO_CMD} "To enable xinerama support define WITH_XINERAMA"
.endif
.if defined(WITH_HARBOUR)
CONFIGURE_ARGS+= --enable-harbour
.endif
.if !defined(WITH_HARBOUR)
pre-everything:
@${ECHO_CMD} "To enable basic DockApp support define WITH_HARBOUR"
.endif
MAN1= pekwm.1
post-install:
@strip ${PREFIX}/bin/pekwm
.include <bsd.port.mk>