svn commit: r321035 - head/x11-fm/xplore
William Grzybowski
wg at FreeBSD.org
Sun Jun 16 11:24:56 UTC 2013
Author: wg
Date: Sun Jun 16 11:24:56 2013
New Revision: 321035
URL: http://svnweb.freebsd.org/changeset/ports/321035
Log:
x11-fm/xplore: fix build with clang
- Fix build with clang, -Wno-return-type
- Add LICENSE (GPLv2)
- Trim Makefile header
Approved by: culot / jpaetzel (mentors, implicit)
Modified:
head/x11-fm/xplore/Makefile
Modified: head/x11-fm/xplore/Makefile
==============================================================================
--- head/x11-fm/xplore/Makefile Sun Jun 16 10:40:11 2013 (r321034)
+++ head/x11-fm/xplore/Makefile Sun Jun 16 11:24:56 2013 (r321035)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: xplore
-# Date created: 13 August 2003
-# Whom: Albert Graef <ag at muwiinfa.geschichte.uni-mainz.de>
-#
+# Created by: Albert Graef <ag at muwiinfa.geschichte.uni-mainz.de>
# $FreeBSD$
-#
PORTNAME= xplore
PORTVERSION= 1.2a
@@ -14,10 +10,13 @@ MASTER_SITES= http://www.musikwissenscha
MAINTAINER= ports at FreeBSD.org
COMMENT= Yet another Motif file manager
+LICENSE= GPLv2
+
USE_IMAKE= yes
USE_MOTIF= yes
USE_XORG= xpm
MAKE_JOBS_UNSAFE=yes
+CFLAGS+= -Wno-return-type
MAN1= xplore.1 xploretype.1
More information about the svn-ports-head
mailing list