diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-15 14:35:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-15 14:35:24 +0000 |
commit | 99e8906324bb2e40a414e2f63cb607ae4a74db73 (patch) | |
tree | 59d1bcd5987c8874cbcb1a96d6bd229400e9b7a5 /net-im/pidgin-manualsize/Makefile | |
parent | 7def302047574fde461ab2bc515ff6c7a4a4361a (diff) | |
download | ports-99e8906324bb2e40a414e2f63cb607ae4a74db73.tar.gz ports-99e8906324bb2e40a414e2f63cb607ae4a74db73.zip |
Notes
Diffstat (limited to 'net-im/pidgin-manualsize/Makefile')
-rw-r--r-- | net-im/pidgin-manualsize/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/net-im/pidgin-manualsize/Makefile b/net-im/pidgin-manualsize/Makefile index 3e55f2e87d9d..b3ef0a055f88 100644 --- a/net-im/pidgin-manualsize/Makefile +++ b/net-im/pidgin-manualsize/Makefile @@ -6,13 +6,13 @@ # PORTNAME= manualsize -PORTVERSION= 0.5a -PORTREVISION= 1 +PORTVERSION= 0.6 +PORTREVISION?= 0 CATEGORIES= net-im -MASTER_SITES= http://leapster.org/patches/pidgin/source/ \ +MASTER_SITES= http://myfotomx.com/files/ \ http://autocthonia.net/freebsd/distfiles/ PKGNAMEPREFIX= pidgin- -DISTNAME= ${PKGNAMEPREFIX}plugin-${PORTNAME}-${PORTVERSION} +DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= jsatkinson@embarqmail.com COMMENT= Plugin to allow manual resizing of Pidgin's message input area @@ -20,10 +20,11 @@ COMMENT= Plugin to allow manual resizing of Pidgin's message input area BUILD_DEPENDS= ${LOCALBASE}/include/pidgin/pidgin.h:${PORTSDIR}/net-im/pidgin RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin -PLIST_FILES= lib/pidgin/manualsize.la \ - lib/pidgin/manualsize.so +MAKEFILE= makefile -GNU_CONFIGURE= yes -USE_GNOME= gnometarget +PLIST_FILES= lib/pidgin/manualsize.so + +USE_BZIP2= yes +ALL_TARGET= manualsize.so .include <bsd.port.mk> |