2002-03-20 04:14:17 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: divxcalc
|
|
|
|
# Date created: Mar 21, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= divxcalc
|
2005-03-02 20:55:47 +01:00
|
|
|
PORTVERSION= 0.6
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 10
|
2002-03-20 04:14:17 +01:00
|
|
|
CATEGORIES= graphics
|
2011-03-15 17:02:20 +01:00
|
|
|
MASTER_SITES= http://www.axllent.org/uploads/files/divxcalc/
|
2002-03-20 04:14:17 +01:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:08:19 +01:00
|
|
|
COMMENT= DivX Calculator
|
2002-03-20 04:14:17 +01:00
|
|
|
|
2012-12-30 13:03:51 +01:00
|
|
|
DEPRECATED= Depends on QT3; unmaintained
|
|
|
|
EXPIRATION_DATE= 2013-07-01
|
|
|
|
|
- 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 ice xext
|
2005-03-02 20:55:47 +01:00
|
|
|
USE_BZIP2= yes
|
2003-06-23 00:45:59 +02:00
|
|
|
USE_QT_VER= 3
|
2002-03-20 04:14:17 +01:00
|
|
|
USE_GMAKE= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= automake:env autoconf:env
|
2002-04-09 09:38:12 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2005-03-02 20:55:47 +01:00
|
|
|
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/divxcalc
|
2002-03-20 04:14:17 +01:00
|
|
|
|
|
|
|
pre-configure:
|
2003-06-23 00:45:59 +02:00
|
|
|
@cd ${WRKSRC} && ${GMAKE} -f admin/Makefile.common
|
2002-03-20 04:14:17 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|