aboutsummaryrefslogtreecommitdiffstats
path: root/devel/sip/Makefile
blob: ec5a25f8c7832729b1fcfb3a33f2bfceae94efd3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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.2
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_QT2=    yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --enable-qt --with-qt-includes=${X11BASE}/include/qt2
CONFIGURE_ENV=  LDFLAGS=-lgcc

.include <bsd.port.mk>