2008-05-04 18:48:42 +02:00
|
|
|
# New ports collection makefile for: pidgin-manualsize
|
|
|
|
# Date created: 8 May 2008
|
|
|
|
# Whom: Joseph S. Atkinson <jsatkinson@embarqmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= manualsize
|
2009-11-12 11:51:55 +01:00
|
|
|
PORTVERSION= 0.7
|
2010-02-05 12:46:55 +01:00
|
|
|
PORTREVISION= 1
|
2008-05-04 18:48:42 +02:00
|
|
|
CATEGORIES= net-im
|
2009-11-12 11:51:55 +01:00
|
|
|
MASTER_SITES= http://issv.org.ru/oss/ \
|
2009-03-16 07:22:03 +01:00
|
|
|
http://wickedmachine.net/~jsa/FreeBSD/distfiles/
|
2008-05-04 18:48:42 +02:00
|
|
|
PKGNAMEPREFIX= pidgin-
|
2008-07-15 16:35:24 +02:00
|
|
|
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
2008-05-04 18:48:42 +02:00
|
|
|
|
2008-10-24 21:20:31 +02:00
|
|
|
MAINTAINER= jsa@wickedmachine.net
|
2008-05-04 18:48:42 +02:00
|
|
|
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
|
|
|
|
|
2008-07-15 16:35:24 +02:00
|
|
|
MAKEFILE= makefile
|
2008-05-04 18:48:42 +02:00
|
|
|
|
2008-07-15 16:35:24 +02:00
|
|
|
PLIST_FILES= lib/pidgin/manualsize.so
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
ALL_TARGET= manualsize.so
|
2008-05-04 18:48:42 +02:00
|
|
|
|
2008-07-26 00:59:09 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-g root -m 755|-g wheel -m 755|g' ${WRKSRC}/makefile
|
|
|
|
|
2008-05-04 18:48:42 +02:00
|
|
|
.include <bsd.port.mk>
|