diff options
author | rm <rm@FreeBSD.org> | 2014-02-12 05:46:44 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2014-02-12 05:46:44 +0800 |
commit | 913030a46b687bd9aba7ce7980a2dfc116423ea0 (patch) | |
tree | 155157a3c2ac3f163c57fa005dc4e3617398ab45 /net-im | |
parent | 499dc47500e1eba3b79f5246b7917aae9c4b4195 (diff) | |
download | freebsd-ports-gnome-913030a46b687bd9aba7ce7980a2dfc116423ea0.tar.gz freebsd-ports-gnome-913030a46b687bd9aba7ce7980a2dfc116423ea0.tar.zst freebsd-ports-gnome-913030a46b687bd9aba7ce7980a2dfc116423ea0.zip |
- update MASTER_SITES and pass maintainership to submitter
- remove DEPRECATED and EXPIRATION_DATE
while here:
- support staging
- add LICENSE (GPLv2)
- replace inclusion of bsd.port.pre|post.mk with bsd.port.mk
PR: 186664
Submitted by: Marko Cupac <marko.cupac@mimar.rs>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pidgin-guifications/Makefile | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/net-im/pidgin-guifications/Makefile b/net-im/pidgin-guifications/Makefile index 43000d783c11..649c702c27b8 100644 --- a/net-im/pidgin-guifications/Makefile +++ b/net-im/pidgin-guifications/Makefile @@ -5,31 +5,27 @@ PORTNAME= pidgin-guifications PORTVERSION= 2.16 PORTREVISION= 5 CATEGORIES= net-im -MASTER_SITES= http://downloads.guifications.org/plugins/Guifications2/ +MASTER_SITES= https://www.mimar.rs/distfiles/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= marko.cupac@mimar.rs COMMENT= Plugin to add msn style "toaster" popups to Pidgin +LICENSE= GPLv2 + BUILD_DEPENDS= ${LOCALBASE}/include/pidgin/pidgin.h:${PORTSDIR}/net-im/pidgin RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2014-03-10 - USE_BZIP2= yes -USES= pathfix gettext gmake pkgconfig +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include -NO_STAGE= yes -.include <bsd.port.pre.mk> - post-extract: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \ -e 's#\([@(]\)PIDGIN_LIBDIR\([@)]\)#\1libdir\2#' \ -e 's#\([@(]\)PIDGIN_DATADIR\([@)]\)#\1datadir\2#' @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure -.include <bsd.port.post.mk> +.include <bsd.port.mk> |