freebsd-ports/net-im/pidgin-manualsize/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

33 lines
845 B
Makefile

# New ports collection makefile for: pidgin-manualsize
# Date created: 8 May 2008
# Whom: Joseph S. Atkinson <jsatkinson@embarqmail.com>
#
# $FreeBSD$
#
PORTNAME= manualsize
PORTVERSION= 0.7
PORTREVISION= 2
CATEGORIES= net-im
MASTER_SITES= http://issv.org.ru/oss/ \
http://wickedmachine.net/~jsa/FreeBSD/distfiles/
PKGNAMEPREFIX= pidgin-
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
MAINTAINER= jsa@wickedmachine.net
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
MAKEFILE= makefile
PLIST_FILES= lib/pidgin/manualsize.so
USE_BZIP2= yes
ALL_TARGET= manualsize.so
post-patch:
@${REINPLACE_CMD} -e 's|-g root -m 755|-g wheel -m 755|g' ${WRKSRC}/makefile
.include <bsd.port.mk>