diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-06-16 11:24:56 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-06-16 11:24:56 +0000 |
commit | 37a9666c7564a527965ac4dbe20c3c3ada916df2 (patch) | |
tree | 63c2e40db9941ddff527be9098bb86e36699a93a /x11-fm/xplore | |
parent | b97175db37b37e423e905dee45788eb936798ee8 (diff) | |
download | ports-37a9666c7564a527965ac4dbe20c3c3ada916df2.tar.gz ports-37a9666c7564a527965ac4dbe20c3c3ada916df2.zip |
Notes
Diffstat (limited to 'x11-fm/xplore')
-rw-r--r-- | x11-fm/xplore/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-fm/xplore/Makefile b/x11-fm/xplore/Makefile index 8d4f0beabe36..63a46ab57c81 100644 --- a/x11-fm/xplore/Makefile +++ b/x11-fm/xplore/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xplore -# Date created: 13 August 2003 -# Whom: Albert Graef <ag@muwiinfa.geschichte.uni-mainz.de> -# +# Created by: Albert Graef <ag@muwiinfa.geschichte.uni-mainz.de> # $FreeBSD$ -# PORTNAME= xplore PORTVERSION= 1.2a @@ -14,10 +10,13 @@ MASTER_SITES= http://www.musikwissenschaft.uni-mainz.de/~ag/${PORTNAME}/ MAINTAINER= ports@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 |