svn commit: r315059 - in head/www/comclear: . files
Martin Wilke
miwi at FreeBSD.org
Sat Mar 23 18:00:15 UTC 2013
Author: miwi
Date: Sat Mar 23 18:00:14 2013
New Revision: 315059
URL: http://svnweb.freebsd.org/changeset/ports/315059
Log:
- Update MASTER_SITES and WWW: line
- Add LICENSE
- Support PLIST_FILES
Deleted:
head/www/comclear/files/
head/www/comclear/pkg-plist
Modified:
head/www/comclear/Makefile (contents, props changed)
head/www/comclear/pkg-descr (contents, props changed)
Modified: head/www/comclear/Makefile
==============================================================================
--- head/www/comclear/Makefile Sat Mar 23 17:59:12 2013 (r315058)
+++ head/www/comclear/Makefile Sat Mar 23 18:00:14 2013 (r315059)
@@ -1,37 +1,39 @@
-# New ports collection makefile for: comclear
-# Date created: 26 November 2000
-# Whom: roam at FreeBSD.org
-#
+# Created by: roam at FreeBSD.org
# $FreeBSD$
-#
PORTNAME= comclear
PORTVERSION= 1.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
-MASTER_SITES= http://www.neuro-tech.net/files/
+MASTER_SITES= http://lukereeves.com/files/
MAINTAINER= ports at FreeBSD.org
-COMMENT= A history cleaner for Netscape Navigator and Communicator
+COMMENT= History cleaner for Netscape Navigator and Communicator
+
+LICENSE= GPLv2 # (or later)
+
+OPTIONS_DEFINE= GTK1 DOCS
-WANT_GNOME= yes
USE_GMAKE= yes
USE_AUTOTOOLS= automake14 autoconf213
+CONFIGURE_ARGS= --disable-gtktest
-.include <bsd.port.pre.mk>
+PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README
+PLIST_FILES= bin/comclear
-.if ${HAVE_GNOME:Mgtk12}!=""
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MGTK1}
USE_GNOME+= gtk12
-PKGNAMESUFFIX= -gtk
+.else
+CONFIGURE_ENV+= ac_cv_path_GTK_CONFIG=no
.endif
-# Do not install docs by default, see the ifdef'd post-install below.
-post-configure:
- ${REINPLACE_CMD} 's/^install-data-am:.*/install-data-am:/' ${WRKSRC}/Makefile
-
-.if !defined(NOPORTDOCS)
-post-install:
- cd ${WRKSRC} && ${GMAKE} install-docDATA
-.endif
+do-install:
+ (cd ${WRKSRC} && ${INSTALL_PROGRAM} comclear ${PREFIX}/bin)
+ @${MKDIR} ${DOCSDIR}
+.for i in ${PORTDOCS}
+ (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR})
+.endfor
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/www/comclear/pkg-descr
==============================================================================
--- head/www/comclear/pkg-descr Sat Mar 23 17:59:12 2013 (r315058)
+++ head/www/comclear/pkg-descr Sat Mar 23 18:00:14 2013 (r315059)
@@ -1,11 +1,9 @@
-From the ComClear README:
+ComClear is a history cleaner for Netscape Navigator and Communicator.
+It allows a user to choose from deleting the cache, cookies, history
+and drop-down list.
-"ComClear is a history cleaner for Netscape Navigator and Communicator. It
- allows a user to choose from deleting the cache, cookies, history and
- drop-down list.
+Comclear has both a command-line version and a GTK+ version, the latter
+of which is run automatically when comclear is run from an X session.
- Comclear has both a command-line version and a GTK+ version, the latter of
- which is run automatically when comclear is run from an X session."
-
-Author: Luke Reeves <luke at submail.net>
-WWW: http://www.neuro-tech.net/comclearu.html
+Author: Luke Reeves <luke at neuro-tech.net>
+WWW: http://lukereeves.com/
More information about the svn-ports-all
mailing list