- Fix build with clang

- Add LICENSE
- Trim header

PR:		175026
Submitted by:	Ports Fury
This commit is contained in:
Martin Wilke 2013-02-07 14:49:27 +00:00
parent ebc131d4cf
commit ada9260104
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311859

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: wmfirew
# Date created: 16 May 2002
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
#
# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
# $FreeBSD$
#
PORTNAME= wmfirew
PORTVERSION= 0.20
@ -19,7 +15,11 @@ WRKSRC= ${WRKDIR}/${PORTNAME}.app/${PORTNAME}
USE_GMAKE= yes
USE_XORG= xpm
post-patch:
@${REINPLACE_CMD} -e \
's|^void main|int main|' ${WRKSRC}/wmfirew.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
(cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin)
.include <bsd.port.mk>