1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

. fix build with clang (CFLAGS+=-Wno-return-type);

. trim Makefile headers;
. reword COMMENT;
. add LICENSE (BSD);
. remove check for unsupported FreeBSD versions (<800093).

PR:		ports/181617
Submitted by:	bsam (me)
Approved by:	trhodes (maintainer timeout, 2 weeks)
This commit is contained in:
Boris Samorodov 2013-09-11 16:09:04 +00:00
parent a5224aead3
commit f19c454457
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326990

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: window
# Date created: 31 May 2009
# Whom: Tom Rhodes <trhodes@FreeBSD.org>
#
# Created by: Tom Rhodes <trhodes@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= window
PORTVERSION= 1.0
@ -11,15 +7,12 @@ CATEGORIES= misc
MASTER_SITES= http://people.FreeBSD.org/~trhodes/
MAINTAINER= trhodes@FreeBSD.org
COMMENT= The FreeBSD usr.bin/window application
COMMENT= Window environment on ASCII terminals
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800093
IGNORE= window-1.0 is still part of the base system
.endif
LICENSE= BSD
WRKSRC= ${WRKDIR}/window
CFLAGS+= -Wno-return-type
MAN1= window.1
PLIST_FILES= bin/window
@ -28,4 +21,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/window ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1
.include <bsd.port.post.mk>
.include <bsd.port.mk>