1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/net-im/gaim-extprefs/Makefile
Pav Lucistnik f27926601a - Fix after objformat removal
Reported by:	pointyhat
2007-03-28 20:06:51 +00:00

33 lines
771 B
Makefile

# New ports collection makefile for: gaim-extprefs
# Date created: 28 November 2005
# Whom: Victor Semionov <semionov@mail.bg>
#
# $FreeBSD$
#
PORTNAME= gaim-extprefs
PORTVERSION= 0.5
PORTREVISION= 2
CATEGORIES= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gaim-extprefs
MAINTAINER= semionov@mail.bg
COMMENT= A gaim plugin that provides additional preferences
BUILD_DEPENDS= ${LOCALBASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim
RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
USE_XLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-static=no
CFLAGS+= "-fPIC"
PLIST_FILES= lib/gaim/libextprefs.la lib/gaim/libextprefs.so
post-patch:
@${REINPLACE_CMD} -e 's/-g3// ; s|echo aout|echo elf|' ${WRKSRC}/configure
.include <bsd.port.mk>