090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
27 lines
543 B
Makefile
27 lines
543 B
Makefile
# New ports collection makefile for: libmms
|
|
# Date created: 25 Dec 2004
|
|
# Whom: Koop Mast <kwm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libmms
|
|
PORTVERSION= 0.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= chinsan@FreeBSD.org
|
|
COMMENT= Library for parsing mms:// and mmsh:// type network streams
|
|
|
|
USE_GNOME= gnomehack gnometarget pkgconfig glib20
|
|
USE_GETTEXT= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_GCC= 3.4+
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|' \
|
|
${WRKSRC}/src/uri.c
|
|
|
|
.include <bsd.port.mk>
|