1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/devel/sip/Makefile
Kevin Lo 23590c8ff0 Upgrade to version 2.4
PR: 27159
Submitted by: MAINTAINER
2001-05-07 14:54:26 +00:00

24 lines
448 B
Makefile

# New ports collection makefile for: sip
# Date created: Sun Oct 17 00:24:28 PDT 1999
# Whom: adsharma@home.com
#
# $FreeBSD$
#
PORTNAME= sip
PORTVERSION= 2.4
CATEGORIES= devel python
MASTER_SITES= http://www.river-bank.demon.co.uk/software/
MAINTAINER= adsharma@sharmas.dhs.org
USE_PYTHON= yes
USE_LIBTOOL= yes
USE_GMAKE= yes
USE_QT_VER= 2
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --enable-qt
CONFIGURE_ENV= LDFLAGS=-lgcc
.include <bsd.port.mk>