2004-01-30 15:56:25 +01:00
|
|
|
# New ports collection makefile for: selectwm
|
|
|
|
# Date created: 13 January 2004
|
|
|
|
# Whom: Wesley Shields <wxs@csh.rit.edu>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= selectwm
|
2004-05-01 22:34:35 +02:00
|
|
|
PORTVERSION= 0.4.1
|
2005-11-05 06:22:06 +01:00
|
|
|
PORTREVISION= 3
|
2004-01-30 15:56:25 +01:00
|
|
|
CATEGORIES= x11-wm
|
|
|
|
MASTER_SITES= http://ordiluc.net/selectwm/
|
|
|
|
|
2006-08-19 18:49:49 +02:00
|
|
|
MAINTAINER= wxs@atarininja.org
|
2004-01-30 15:56:25 +01:00
|
|
|
COMMENT= A GTK application to let you select a window manager when starting X
|
|
|
|
|
|
|
|
MAN1= selectwm.1
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GETOPT_LONG= yes
|
|
|
|
USE_GNOME= gtk20
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2004-12-21 11:39:50 +01:00
|
|
|
PLIST_FILES= bin/selectwm share/locale/fr/LC_MESSAGES/selectwm.mo
|
2004-05-01 22:34:35 +02:00
|
|
|
|
2004-01-30 15:56:25 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's,-O2,${CFLAGS},g' ${WRKSRC}/configure
|
|
|
|
@${REINPLACE_CMD} -e 's,^CFLAGS =,CFLAGS +=,' -e 's,-O2,,' \
|
|
|
|
${WRKSRC}/src/Makefile.in
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|