freebsd-ports/net/gastman/Makefile
Tilman Keskinoz b8a0e40f8c Unbreak port if asterisk is installed
PR:		95969
Reported by:	Wes Santee <wes@bogon.net>
Approved by:	maintainer timeout
2006-08-06 17:47:23 +00:00

30 lines
804 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= 1
CATEGORIES= net
MASTER_SITES= http://ftp.digium.com/pub/gastman/
DISTNAME= ${PORTNAME}-1.0-RC1
MAINTAINER= filippo.natali@gmail.com
COMMENT= Graphical Manager interface for Asterisk
USE_X_PREFIX= yes
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>