freebsd-ports/x11/wmxss/Makefile
Bruce M Simpson 5879dd9aaa Drop maintainership for ports which I sadly no longer have
the time, hardware, or resources to maintain.
2005-12-12 21:53:40 +00:00

30 lines
676 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
CATEGORIES= x11
MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/ \
http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Run xscreensaver modules inside a WindowMaker dock
PLIST_FILES= bin/wmxss
USE_X_PREFIX= yes
USE_REINPLACE= yes
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>