mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
34 lines
754 B
Makefile
34 lines
754 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
|
||
|
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= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim
|
||
|
RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
|
||
|
|
||
|
USE_X_PREFIX= yes
|
||
|
GNU_CONFIGURE= yes
|
||
|
USE_REINPLACE= yes
|
||
|
USE_AUTOTOOLS= libtool:15
|
||
|
|
||
|
CONFIGURE_ARGS+=--enable-static=no
|
||
|
CFLAGS+= "-fPIC"
|
||
|
|
||
|
PLIST_FILES= lib/gaim/libextprefs.so
|
||
|
|
||
|
post-patch:
|
||
|
@${REINPLACE_CMD} -e 's/-g3//' ${WRKSRC}/configure
|
||
|
|
||
|
.include <bsd.port.mk>
|