mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
f37f7775e3
Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
32 lines
625 B
Makefile
32 lines
625 B
Makefile
# Ports collection makefile for: pekwm
|
|
# Date created: Nov 1, 2002
|
|
# Whom: anders@hack.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pekwm
|
|
PORTVERSION= 0.1.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://pekwm.pekdon.net/files/source/
|
|
|
|
MAINTAINER= anders@andersa.net
|
|
COMMENT= A windowmanager based on aewm++
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_BZIP2= yes
|
|
|
|
CONFIGURE_ARGS+= --enable-shape --disable-xft --disable-xinerama \
|
|
--disable-debug --enable-menus --enable-keygrabber \
|
|
--enable-harbour --disable-pcre
|
|
|
|
MAN1= pekwm.1
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${PREFIX}/bin/pekwm
|
|
|
|
.include <bsd.port.mk>
|