View | Details | Raw Unified | Return to bug 175026
Collapse All | Expand All

(-)misc/wmfirew/Makefile (-10 / +14 lines)
Lines 1-9 Link Here
1
# New ports collection makefile for:	wmfirew
1
# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
2
# Date created:				16 May 2002
3
# Whom:					Alexey Dokuchaev <danfe@regency.nsu.ru>
4
#
5
# $FreeBSD: head/misc/wmfirew/Makefile 300896 2012-07-14 13:54:48Z beat $
2
# $FreeBSD: head/misc/wmfirew/Makefile 300896 2012-07-14 13:54:48Z beat $
6
#
7
3
8
PORTNAME=	wmfirew
4
PORTNAME=	wmfirew
9
PORTVERSION=	0.20
5
PORTVERSION=	0.20
Lines 12-25 Link Here
12
MASTER_SITES=	http://web.novalis.org/programs/
8
MASTER_SITES=	http://web.novalis.org/programs/
13
9
14
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	A dockapp that shows fireworks in action
11
COMMENT=	Dockapp that shows fireworks in action
12
13
LICENSE=	GPLv2
14
15
WRKSRC=		${WRKDIR}/${PORTNAME}.app/${PORTNAME}
16
16
17
PLIST_FILES=	bin/wmfirew
18
WRKSRC=	${WRKDIR}/${PORTNAME}.app/${PORTNAME}
19
USE_GMAKE=	yes
20
USE_XORG=	xpm
17
USE_XORG=	xpm
18
USE_GMAKE=	yes
19
20
PLIST_FILES=	bin/wmfirew
21
22
post-patch:
23
	@${REINPLACE_CMD} -e \
24
		's|^void main|int main|' ${WRKSRC}/wmfirew.c
21
25
22
do-install:
26
do-install:
23
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
27
	(cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin)
24
28
25
.include <bsd.port.mk>
29
.include <bsd.port.mk>

Return to bug 175026