freebsd-ports/x11-wm/selectwm/Makefile
Wesley Shields f184505469 Remove the header for ports I created.
For dns/openresolv give proper attribution. This was a copy/paste
mistake the submitter made, which incorrectly gave me attribution
for that file. I did not create it.
2012-12-12 18:48:33 +00:00

28 lines
677 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= 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>