diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-13 16:34:20 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-13 16:34:20 +0000 |
commit | 29be82cafc7e9fe0cb30974935e9820615b48ea0 (patch) | |
tree | 149c41abb4a21a2dde5d7c1e44291acd45000215 /deskutils/gtimer | |
parent | ef1976c7a93ce32ed45b6b0adca6f38e4d07fd85 (diff) | |
download | freebsd-ports-29be82cafc7e9fe0cb30974935e9820615b48ea0.zip |
. fix build with clang (CPPFLAGS+=-Wno-return-type);
. LICENSE=GPLv2;
. bump PORTREVISION;
. trim Makefile headers;
. remove the indefinite article from COMMENT.
Diffstat (limited to 'deskutils/gtimer')
-rw-r--r-- | deskutils/gtimer/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/deskutils/gtimer/Makefile b/deskutils/gtimer/Makefile index 927ea0430daa..de4416d1d78a 100644 --- a/deskutils/gtimer/Makefile +++ b/deskutils/gtimer/Makefile @@ -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: |