mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
162e0d2821
While here: - Trim headers - Convert some port from USE_GNOME=gnomehack to USES=pathfix - Convert from USE_GMAKE to USES=gmake
29 lines
672 B
Makefile
29 lines
672 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= selectwm
|
|
PORTVERSION= 0.4.1
|
|
PORTREVISION= 9
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://ordiluc.net/selectwm/
|
|
|
|
MAINTAINER= bhaga@absoludicrous.com
|
|
COMMENT= GTK application to let you select a window manager when starting X
|
|
|
|
MAN1= selectwm.1
|
|
|
|
USES= pkgconfig
|
|
USE_BZIP2= yes
|
|
USE_GNOME= gtk20
|
|
GNU_CONFIGURE= 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>
|