mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
30 lines
679 B
Makefile
30 lines
679 B
Makefile
# New ports collection makefile for: xwmm
|
|
# Date created: 26 Nov 1999
|
|
# Whom: imura@af.airnet.ne.jp
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xwmm
|
|
PORTVERSION= 0.7
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= asami
|
|
|
|
MAINTAINER= kde@freebsd.org
|
|
COMMENT= A simple utility managing multiple Window Managers with Qt
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_QT_VER= 2
|
|
USE_GMAKE= yes
|
|
MAKE_ENV= QTDIR=$(X11BASE)
|
|
ALL_TARGET= # empty
|
|
|
|
do-install:
|
|
$(INSTALL_PROGRAM) $(WRKSRC)/xwmm $(PREFIX)/bin
|
|
$(INSTALL_SCRIPT) $(WRKSRC)/startkde.fixed $(PREFIX)/bin/startkde.xwmm
|
|
$(MKDIR) $(PREFIX)/lib/X11/xwmm
|
|
$(INSTALL_DATA) $(WRKSRC)/system.xwmmrc $(PREFIX)/lib/X11/xwmm
|
|
|
|
.include <bsd.port.mk>
|