1995-02-19 11:34:09 +01:00
|
|
|
# New ports collection makefile for: dore
|
|
|
|
# Date created: 10 February 1995
|
|
|
|
# Whom: jkh
|
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1995-02-19 11:34:09 +01:00
|
|
|
#
|
|
|
|
|
2000-04-13 08:28:28 +02:00
|
|
|
PORTNAME= pdore
|
|
|
|
PORTVERSION= 6.0
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
PORTREVISION= 3
|
1996-11-18 12:44:27 +01:00
|
|
|
CATEGORIES= graphics
|
1997-04-30 05:18:09 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
2004-03-12 22:03:28 +01:00
|
|
|
MASTER_SITE_SUBDIR= trevor
|
1995-02-19 11:34:09 +01:00
|
|
|
EXTRACT_SUFX= .tar.Z
|
1995-04-09 09:09:55 +02:00
|
|
|
|
1999-12-23 19:07:26 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:08:19 +01:00
|
|
|
COMMENT= The Dynamic Object Rendering Environment
|
1999-12-23 19:07:26 +01:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= x11
|
1995-04-09 09:09:55 +02:00
|
|
|
USE_GMAKE= yes
|
1996-03-07 01:21:43 +01:00
|
|
|
WRKSRC= ${WRKDIR}/dore
|
1999-12-23 19:07:26 +01:00
|
|
|
EXTRACT_CMD= ${MKDIR} ${WRKSRC}; cd ${WRKSRC}; ${GZIP_CMD}
|
1995-02-19 11:34:09 +01:00
|
|
|
MAKEFILE= mk.stdx
|
1999-12-23 19:07:26 +01:00
|
|
|
MAKE_ENV= DORE_LOC=${WRKDIR}
|
2005-02-11 13:10:54 +01:00
|
|
|
NOPRECIOUSMAKEVARS= yes
|
1999-12-23 19:07:26 +01:00
|
|
|
|
2004-04-12 06:26:27 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
1999-12-23 19:07:26 +01:00
|
|
|
post-extract:
|
|
|
|
@${MKDIR} ${WRKSRC}/lib
|
|
|
|
|
|
|
|
post-patch:
|
2002-07-08 12:41:30 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/subsys/*.c
|
1999-12-23 19:07:26 +01:00
|
|
|
|
|
|
|
pre-install:
|
|
|
|
@${MKDIR} ${PREFIX}/share/dore
|
1995-02-19 11:34:09 +01:00
|
|
|
|
2004-04-12 06:26:27 +02:00
|
|
|
.include <bsd.port.post.mk>
|