mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
c747df9867
- portlint(1) PR: 94800 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Reported by: fenner's distfiles survey
29 lines
611 B
Makefile
29 lines
611 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://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
|
|
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>
|