diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-15 10:37:30 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-15 10:37:30 +0000 |
commit | 082e35599c229e86688274abb530ffee0973e12a (patch) | |
tree | f4b94642ee84d5be73821a67e82707cdaacb53d7 /polish | |
parent | b81b2122ada2102e125768b10e8e2bbfc19c682d (diff) | |
download | ports-082e35599c229e86688274abb530ffee0973e12a.tar.gz ports-082e35599c229e86688274abb530ffee0973e12a.zip |
Notes
Diffstat (limited to 'polish')
-rw-r--r-- | polish/Makefile | 1 | ||||
-rw-r--r-- | polish/libgadu/Makefile | 30 | ||||
-rw-r--r-- | polish/libgadu/distinfo | 3 | ||||
-rw-r--r-- | polish/libgadu/pkg-descr | 4 | ||||
-rw-r--r-- | polish/libgadu/pkg-plist | 5 |
5 files changed, 43 insertions, 0 deletions
diff --git a/polish/Makefile b/polish/Makefile index a9155b806709..3d563e13df2f 100644 --- a/polish/Makefile +++ b/polish/Makefile @@ -12,6 +12,7 @@ SUBDIR += kadu SUBDIR += kde3-i18n SUBDIR += koffice-i18n + SUBDIR += libgadu SUBDIR += libtlen SUBDIR += php_doc SUBDIR += sap diff --git a/polish/libgadu/Makefile b/polish/libgadu/Makefile new file mode 100644 index 000000000000..f83a76b0f3d5 --- /dev/null +++ b/polish/libgadu/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: libgadu +# Date created: 29 December 2005 +# Whom: Aleksander Fafula <alex@BSDGuru.org> +# +# $FreeBSD$ + +PORTNAME= libgadu +PORTVERSION= 20051229 +CATEGORIES= polish net +MASTER_SITES= http://bsdguru.org/distfiles/ + +MAINTAINER= alex@BSDGuru.org +COMMENT= This library is used by many IMs with Gadu-Gadu support + +USE_REINPLACE= yes +USE_GMAKE= yes +USE_GNOME= gnomehack pkgconfig +USE_AUTOTOOLS= aclocal:15 autoheader:259 autoconf:259 +ACLOCAL_ARGS= -I ${WRKSRC}/m4 + +CONFIGURE_ARGS= --enable-shared --disable-static + +INSTALLS_SHLIB= yes + +post-install: + ${RM} ${PREFIX}/lib/libgadu.so ${PREFIX}/lib/libgadu.so.3 + ${MV} ${PREFIX}/lib/libgadu.so.3.3 ${PREFIX}/lib/libgadu.so.3 + ${LN} -s ${PREFIX}/lib/libgadu.so.3 ${PREFIX}/lib/libgadu.so + +.include <bsd.port.mk> diff --git a/polish/libgadu/distinfo b/polish/libgadu/distinfo new file mode 100644 index 000000000000..8c6d259103c4 --- /dev/null +++ b/polish/libgadu/distinfo @@ -0,0 +1,3 @@ +MD5 (libgadu-20051229.tar.gz) = 94ba56b07fc1c1bae8c1d78a0e97760e +SHA256 (libgadu-20051229.tar.gz) = e4ca2749f5bfbba845a074c1914b7bb7064a320622398e52cd7a0d6cc919e1ce +SIZE (libgadu-20051229.tar.gz) = 213204 diff --git a/polish/libgadu/pkg-descr b/polish/libgadu/pkg-descr new file mode 100644 index 000000000000..fe6af5b6ec37 --- /dev/null +++ b/polish/libgadu/pkg-descr @@ -0,0 +1,4 @@ +This package contains libgadu, which is used by Instant Messangers that +communicate using Gadu-Gadu protocol (especially popular in Poland). + +WWW: http://dev.null.pl/ekg/ diff --git a/polish/libgadu/pkg-plist b/polish/libgadu/pkg-plist new file mode 100644 index 000000000000..c3a17326b300 --- /dev/null +++ b/polish/libgadu/pkg-plist @@ -0,0 +1,5 @@ +include/libgadu-config.h +include/libgadu.h +lib/libgadu.so +lib/libgadu.so.3 +libdata/pkgconfig/libgadu.pc |