[Midnightbsd-cvs] mports [17624] trunk/editors/mousepad/Makefile: add license file, fix fetch
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 28 08:29:03 EDT 2014
Revision: 17624
http://svnweb.midnightbsd.org/mports/?rev=17624
Author: laffer1
Date: 2014-09-28 08:29:02 -0400 (Sun, 28 Sep 2014)
Log Message:
-----------
add license file, fix fetch
Modified Paths:
--------------
trunk/editors/mousepad/Makefile
Modified: trunk/editors/mousepad/Makefile
===================================================================
--- trunk/editors/mousepad/Makefile 2014-09-28 03:42:15 UTC (rev 17623)
+++ trunk/editors/mousepad/Makefile 2014-09-28 12:29:02 UTC (rev 17624)
@@ -1,10 +1,5 @@
-# New ports collection makefile for: mousepad
-# Date created: 19 April 2006
-# Whom: Oliver Lehmann <oliver at FreeBSD.org>
-#
# $MidnightBSD$
# $FreeBSD: ports/editors/mousepad/Makefile,v 1.9 2008/06/06 13:25:52 edwin Exp $
-#
PORTNAME= mousepad
PORTVERSION= 0.3.0
@@ -14,13 +9,13 @@
DIST_SUBDIR= xfce4
MAINTAINER= ports at MidnightBSD.org
-COMMENT= Simple xfce editor
+COMMENT= Simple text editor for the Xfce Desktop
LICENSE= gpl2
+LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
-USE_BZIP2= yes
-USES= desktop-file-utils gettext gmake pathfix pkgconfig perl5
+USES= desktop-file-utils gettext gmake pathfix pkgconfig perl5 tar:bzip2
USE_GNOME= glib20 gtk20 intltool intlhack gtksourceview2
USE_XFCE= configenv
@@ -30,7 +25,7 @@
.include <bsd.mport.options.mk>
.if ${PORT_OPTIONS:MDBUS}
-LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib
+LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
CONFIGURE_ARGS+=--enable-dbus
.else
CONFIGURE_ARGS+=--disable-dbus
More information about the Midnightbsd-cvs
mailing list