2000-09-16 07:38:02 +02:00
|
|
|
# New ports collection makefile for: panorama
|
|
|
|
# Date created: 14 Sept 2000
|
|
|
|
# Whom: Aaron VonderHaar <avh4@usa.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= panorama
|
2003-12-10 07:05:52 +01:00
|
|
|
PORTVERSION= 0.18.01
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 2
|
2000-09-16 07:38:02 +02:00
|
|
|
CATEGORIES= graphics
|
2003-12-10 07:05:52 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2003-12-15 22:09:56 +01:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-09-16 07:38:02 +02:00
|
|
|
|
2002-11-18 04:48:10 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-13 02:53:09 +01:00
|
|
|
COMMENT= GNU framework for 3D graphics production
|
2000-09-16 07:38:02 +02:00
|
|
|
|
2003-12-15 22:09:56 +01:00
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
|
|
ungif.5:${PORTSDIR}/graphics/libungif \
|
|
|
|
png.5:${PORTSDIR}/graphics/png \
|
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff \
|
|
|
|
freetype.9:${PORTSDIR}/print/freetype2 \
|
2003-12-10 07:05:52 +01:00
|
|
|
gtkmm.2:${PORTSDIR}/x11-toolkits/gtk--
|
2002-11-23 09:53:02 +01:00
|
|
|
|
2004-12-11 22:46:47 +01:00
|
|
|
BROKEN= "Does not build"
|
2004-12-19 00:02:35 +01:00
|
|
|
EXPIRATION_DATE=2005-02-18
|
|
|
|
DEPRECATED= ${BROKEN}
|
2004-12-11 22:46:47 +01:00
|
|
|
|
2003-12-15 22:09:56 +01:00
|
|
|
USE_BZIP2= yes
|
2003-01-18 17:18:15 +01:00
|
|
|
USE_BISON= yes
|
2003-12-15 22:09:56 +01:00
|
|
|
USE_GNOME= gnometarget gtk12
|
|
|
|
USE_REINPLACE= yes
|
2000-09-16 07:38:02 +02:00
|
|
|
USE_GMAKE= yes
|
2002-11-23 09:53:02 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
|
|
MAKE_ENV= NOPORTDOCS="${NOPORTDOCS}"
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
CXX+= ${CPPFLAGS} ${LDFLAGS}
|
2000-09-16 07:38:02 +02:00
|
|
|
|
2003-12-15 22:09:56 +01:00
|
|
|
CPPFLAGS= -I${LOCALBASE}/include
|
2002-11-23 09:53:02 +01:00
|
|
|
LDFLAGS= -L${LOCALBASE}/lib
|
2000-09-16 07:38:02 +02:00
|
|
|
|
2003-06-05 00:43:38 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2003-12-15 22:09:56 +01:00
|
|
|
post-patch:
|
|
|
|
@${FIND} ${WRKSRC} -name "Makefile*" | ${XARGS} ${REINPLACE_CMD} -e \
|
|
|
|
's|-module -rpath|-module -avoid-version -rpath|g'
|
|
|
|
|
2003-05-18 11:55:25 +02:00
|
|
|
.include <bsd.port.post.mk>
|