1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +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:
Boris Samorodov 2013-06-13 16:34:20 +00:00
parent ef1976c7a9
commit 29be82cafc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320819

View File

@ -1,18 +1,16 @@
# New ports collection makefile for: gtimer # Created by: Chris Piazza <cpiazza@FreeBSD.org>
# Date created: 25 February 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= gtimer PORTNAME= gtimer
PORTVERSION= 2.0.0 PORTVERSION= 2.0.0
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= deskutils CATEGORIES= deskutils
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org 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 RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils
@ -25,7 +23,7 @@ GNU_CONFIGURE= yes
MAN1= ${PORTNAME}.1 MAN1= ${PORTNAME}.1
CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include -Wno-return-type
LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib
post-patch: post-patch: