From owner-svn-ports-all@FreeBSD.ORG Thu Feb 27 09:21:04 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 05E3BD36; Thu, 27 Feb 2014 09:21:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E540E1069; Thu, 27 Feb 2014 09:21:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1R9L3N9053769; Thu, 27 Feb 2014 09:21:03 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1R9L35F053768; Thu, 27 Feb 2014 09:21:03 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402270921.s1R9L35F053768@svn.freebsd.org> From: Martin Wilke Date: Thu, 27 Feb 2014 09:21:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346294 - in head/x11-clocks/astime: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2014 09:21:04 -0000 Author: miwi Date: Thu Feb 27 09:21:03 2014 New Revision: 346294 URL: http://svnweb.freebsd.org/changeset/ports/346294 QAT: https://qat.redports.org/buildarchive/r346294/ Log: - Update MASTER_SITES - Add LICENSE - Support STRIP properly PR: 187062 Deleted: head/x11-clocks/astime/files/ Modified: head/x11-clocks/astime/Makefile Modified: head/x11-clocks/astime/Makefile ============================================================================== --- head/x11-clocks/astime/Makefile Thu Feb 27 09:20:04 2014 (r346293) +++ head/x11-clocks/astime/Makefile Thu Feb 27 09:21:03 2014 (r346294) @@ -5,17 +5,28 @@ PORTNAME= astime PORTVERSION= 2.8 PORTREVISION= 2 CATEGORIES= x11-clocks afterstep -MASTER_SITES= ftp://ftp.afterstep.org/apps/astime/ \ - http://www.tigr.net/afterstep/download/astime/ +MASTER_SITES= AFTERSTEP/apps/astime/ \ + http://tigr.net/afterstep/download/astime/ MAINTAINER= ports@FreeBSD.org COMMENT= Time/Date applet for WindowMaker +LICENSE= GPLv2 + USE_XORG= xpm GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-xpm-library="${LOCALBASE}/lib" --with-xpm-includes="${LOCALBASE}/include/X11" -INSTALL_TARGET= install install.man +CONFIGURE_ARGS= --with-xpm-includes=${LOCALBASE}/include \ + --with-xpm-library=${LOCALBASE}/lib + +PLIST_FILES= bin/astime man/man1/astime.1.gz + +post-build: + @${LN} -sf astime.man ${WRKSRC}/astime.1 -PLIST_FILES= bin/astime man/man1/${PORTNAME}.1.gz +do-install: + (cd ${WRKSRC} && ${INSTALL_PROGRAM} astime \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_MAN} astime.1 \ + ${STAGEDIR}${MANPREFIX}/man/man1) .include