blob: 97d9613124e58cdcfde9cf89af8d3ef11562bf43 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: wmxss
# Date created: 27 August 2002
# Whom: Bruce M Simpson <bms@spc.org>
#
# $FreeBSD$
#
PORTNAME= wmxss
PORTVERSION= 0.1
CATEGORIES= x11
MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/
MAINTAINER= bms@spc.org
COMMENT= Run xscreensaver modules inside a WindowMaker dock
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>
|