1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/x11/wmxss/Makefile
Martin Wilke cda30a295f - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-25 22:44:48 +00:00

30 lines
627 B
Makefile

# New ports collection makefile for: wmxss
# Date created: 27 August 2002
# Whom: Bruce M Simpson <bms@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= wmxss
PORTVERSION= 0.1
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Run xscreensaver modules inside a WindowMaker dock
USE_XORG= x11 xpm
PLIST_FILES= bin/wmxss
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/Src
post-extract:
@( cd ${WRKSRC} ; ${MAKE} clean ; ${RM} -f .nfs* )
post-patch:
@${REINPLACE_CMD} -E \
-e 's|-O2||' \
${BUILD_WRKSRC}/${MAKEFILE}
.include <bsd.port.mk>