blob: 69ea844418c7b1032522c50c391a92a7b2ce7a34 (
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
30
31
32
33
|
# New ports collection makefile for: selectwm
# Date created: 13 January 2004
# Whom: Wesley Shields <wxs@csh.rit.edu>
#
# $FreeBSD$
#
PORTNAME= selectwm
PORTVERSION= 0.4.1
PORTREVISION= 7
CATEGORIES= x11-wm
MASTER_SITES= http://ordiluc.net/selectwm/
MAINTAINER= bhaga@absoludicrous.com
COMMENT= A GTK application to let you select a window manager when starting X
MAN1= selectwm.1
USE_BZIP2= yes
USE_GNOME= gtk20
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/selectwm share/locale/fr/LC_MESSAGES/selectwm.mo
post-patch:
@${REINPLACE_CMD} -e 's,-O2,${CFLAGS},g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's,^CFLAGS =,CFLAGS +=,' -e 's,-O2,,' \
${WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -e 's|#define G.*DISABLE_DEPRECATED||g' \
${WRKSRC}/src/define.h
.include <bsd.port.mk>
|