diff options
author | tota <tota@FreeBSD.org> | 2012-12-29 17:58:25 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-12-29 17:58:25 +0800 |
commit | 6e6c97a69400486e2fc23533a296a78576aaae6b (patch) | |
tree | 38b502ae45acecc874e518dc258e48300bfa2a0e /x11-toolkits | |
parent | 95e3345b1053ea059a557e548460f8a7dbe7fa9e (diff) | |
download | freebsd-ports-gnome-6e6c97a69400486e2fc23533a296a78576aaae6b.tar.gz freebsd-ports-gnome-6e6c97a69400486e2fc23533a296a78576aaae6b.tar.zst freebsd-ports-gnome-6e6c97a69400486e2fc23533a296a78576aaae6b.zip |
- Update MASTER_SITES and WWW: line in pkg-descr
- Add LICENSE
- Pass maintainership to submitter
- Convert to new Makefile header
PR: ports/174754 (based on)
Submitted by: nemysis <nemysis_AT_gmx_DOT_ch>
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/libsexy/Makefile | 13 | ||||
-rw-r--r-- | x11-toolkits/libsexy/pkg-descr | 2 |
2 files changed, 6 insertions, 9 deletions
diff --git a/x11-toolkits/libsexy/Makefile b/x11-toolkits/libsexy/Makefile index 7d6376eef4ab..31d88764b0b8 100644 --- a/x11-toolkits/libsexy/Makefile +++ b/x11-toolkits/libsexy/Makefile @@ -1,20 +1,17 @@ -# New ports collection makefile for: libsexy -# Date created: 2005-11-06 -# Whom: Andreas Kohn <andreas@syndrom23.de> -# +# Created by: Andreas Kohn <andreas@syndrom23.de> # $FreeBSD$ -# PORTNAME= libsexy PORTVERSION= 0.1.11 PORTREVISION= 6 CATEGORIES= x11-toolkits devel -MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ - http://releases.chipx86.com/libsexy/libsexy/ +MASTER_SITES= http://releases.chipx86.com/libsexy/libsexy/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nemysis@gmx.ch COMMENT= Extension widgets for GTK+ +LICENSE= LGPL21 + BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes LIB_DEPENDS= enchant:${PORTSDIR}/textproc/enchant RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/x11-toolkits/libsexy/pkg-descr b/x11-toolkits/libsexy/pkg-descr index 48af45c8c330..f301f7b9e4fa 100644 --- a/x11-toolkits/libsexy/pkg-descr +++ b/x11-toolkits/libsexy/pkg-descr @@ -4,4 +4,4 @@ working around the limitations of the widgets. "Sexy" widgets include support for inline icons, spell checking (via Enchant), embedded hyperlinks, and more. -WWW: http://www.chipx86.com/w/index.php/Libsexy +WWW: http://releases.chipx86.com/libsexy/libsexy/ |