mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
. fix build with clang (CPPFLAGS+=-Wno-return-type);
. LICENSE=GPLv2; . bump PORTREVISION; . trim Makefile headers; . remove the indefinite article from COMMENT.
This commit is contained in:
parent
ef1976c7a9
commit
29be82cafc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320819
@ -1,18 +1,16 @@
|
||||
# New ports collection makefile for: gtimer
|
||||
# Date created: 25 February 1999
|
||||
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
||||
#
|
||||
# Created by: Chris Piazza <cpiazza@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gtimer
|
||||
PORTVERSION= 2.0.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A timer for your personal activities
|
||||
COMMENT= Timer for your personal activities
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils
|
||||
|
||||
@ -25,7 +23,7 @@ GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= ${PORTNAME}.1
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -Wno-return-type
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
post-patch:
|
||||
|
Loading…
Reference in New Issue
Block a user