1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/sip/Makefile
Satoshi Asami 12b92b9b2c The port that installs stuff in the python1.5 directory is now called
lang/python15, not lang/python.

Found by:	bento
2000-11-13 11:00:12 +00:00

25 lines
552 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= 0.12
CATEGORIES= devel python
MASTER_SITES= http://www.river-bank.demon.co.uk/software/
MAINTAINER= adsharma@home.com
BUILD_DEPENDS= ${LOCALBASE}/include/python1.5/Python.h:${PORTSDIR}/lang/python15
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
USE_QT= yes
CONFIGURE_ARGS= --enable-qt --with-qt-includes=${X11BASE}/include/X11/qt
USE_GMAKE= yes
CONFIGURE_ENV= LDFLAGS=-lgcc
.include <bsd.port.mk>