290698847b
Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for other ports, chase the rename. PR: ports/97985 Repocopy by: marcus
41 lines
1.1 KiB
Makefile
41 lines
1.1 KiB
Makefile
# New ports collection makefile for: panorama
|
|
# Date created: 14 Sept 2000
|
|
# Whom: Aaron VonderHaar <avh4@usa.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= panorama
|
|
PORTVERSION= 0.18.01
|
|
PORTREVISION= 3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
COMMENT= GNU framework for 3D graphics production
|
|
|
|
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 \
|
|
gtkmm-1.2.2:${PORTSDIR}/x11-toolkits/gtkmm12
|
|
|
|
USE_BZIP2= yes
|
|
USE_BISON= yes
|
|
USE_GNOME= gnometarget gtk12
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
MAKE_ENV= NOPORTDOCS="${NOPORTDOCS}"
|
|
INSTALLS_SHLIB= yes
|
|
|
|
IGNORE= segfaults on startup (GUI only, render binary still works)
|
|
|
|
post-patch:
|
|
@${FIND} ${WRKSRC} -name "Makefile*" | ${XARGS} ${REINPLACE_CMD} -e \
|
|
's|-module -rpath|-module -avoid-version -rpath|g'
|
|
@${REINPLACE_CMD} -e 's,/etc/,/etc/panorama/,' ${WRKSRC}/programs/gui/main.cpp \
|
|
${WRKSRC}/programs/render/render.cpp ${WRKSRC}/doc/config.in
|
|
|
|
.include <bsd.port.mk>
|