diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-12-29 10:07:58 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-12-29 10:07:58 +0000 |
commit | b8b3f8c0ef4780b8f3b9f6649e3302dcc335eb95 (patch) | |
tree | 75586a80d241bd07a9f2e8217c2a2bd1ef2c72fa | |
parent | f37e58f215eea40587eb93832eb7260bf1785770 (diff) | |
download | ports-b8b3f8c0ef4780b8f3b9f6649e3302dcc335eb95.tar.gz ports-b8b3f8c0ef4780b8f3b9f6649e3302dcc335eb95.zip |
Notes
-rw-r--r-- | x11-toolkits/libsexymm/Makefile | 12 | ||||
-rw-r--r-- | x11-toolkits/libsexymm/pkg-descr | 2 |
2 files changed, 6 insertions, 8 deletions
diff --git a/x11-toolkits/libsexymm/Makefile b/x11-toolkits/libsexymm/Makefile index dc3b2213bdb6..9a15a91b7862 100644 --- a/x11-toolkits/libsexymm/Makefile +++ b/x11-toolkits/libsexymm/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: libsexymm -# Date created: 2005-11-07 -# Whom: Andreas Kohn <andreas@syndrom23.de> -# +# Created by: Andreas Kohn <andreas@syndrom23.de> # $FreeBSD$ -# PORTNAME= libsexymm PORTVERSION= 0.1.9 @@ -11,10 +7,12 @@ PORTREVISION= 6 CATEGORIES= x11-toolkits devel MASTER_SITES= http://releases.chipx86.com/libsexy/libsexymm/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nemysis@gmx.ch COMMENT= C++ bindings for libsexy -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ +LICENSE= LGPL21 + +LIB_DEPENDS= gtkmm-2:${PORTSDIR}/x11-toolkits/gtkmm24 \ sexy:${PORTSDIR}/x11-toolkits/libsexy USE_AUTOTOOLS= libtool diff --git a/x11-toolkits/libsexymm/pkg-descr b/x11-toolkits/libsexymm/pkg-descr index a73126f2d7be..120c009cfe69 100644 --- a/x11-toolkits/libsexymm/pkg-descr +++ b/x11-toolkits/libsexymm/pkg-descr @@ -1,4 +1,4 @@ C++ bindings for libsexy, a library containing useful extension widgets for GTK+. -WWW: http://www.chipx86.com/wiki/Libsexy +WWW: http://releases.chipx86.com/libsexy/libsexymm/ |