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)
29 lines
780 B
Makefile
29 lines
780 B
Makefile
# New ports collection makefile for: gastman
|
|
# Date created: 2005-07-11
|
|
# Whom: Filippo Natali <filippo.natali@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gastman
|
|
PORTVERSION= 1.0.r1
|
|
PORTREVISION= 4
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://ftp.digium.com/pub/gastman/
|
|
DISTNAME= ${PORTNAME}-1.0-RC1
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Graphical Manager interface for Asterisk
|
|
|
|
USE_GNOME= gtk20
|
|
USE_GMAKE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|^CFLAGS=|CFLAGS= -I${WRKSRC}/include ${CFLAGS} |g; \
|
|
s|$$(INSTALL_PREFIX)/usr/sbin|${PREFIX}/bin|g; \
|
|
s|$$(INSTALL_PREFIX)/usr/share|${PREFIX}/share|g' ${WRKSRC}/Makefile
|
|
@${REINPLACE_CMD} -e \
|
|
's|ICON_PATH "/usr/share/gastman/icons"|ICON_PATH "${PREFIX}/share/${PORTNAME}/icons"|g' ${WRKSRC}/gui.c
|
|
|
|
.include <bsd.port.mk>
|