freebsd-ports/graphics/divxcalc/Makefile
Beat Gaetzi 8558ca7184 - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
  maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01

Discussed with:	bapt, tabthorpe
2012-12-30 12:03:51 +00:00

35 lines
689 B
Makefile

# ex:ts=8
# Ports collection makefile for: divxcalc
# Date created: Mar 21, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= divxcalc
PORTVERSION= 0.6
PORTREVISION= 10
CATEGORIES= graphics
MASTER_SITES= http://www.axllent.org/uploads/files/divxcalc/
MAINTAINER= ports@FreeBSD.org
COMMENT= DivX Calculator
DEPRECATED= Depends on QT3; unmaintained
EXPIRATION_DATE= 2013-07-01
USE_XORG= x11 ice xext
USE_BZIP2= yes
USE_QT_VER= 3
USE_GMAKE= yes
USE_AUTOTOOLS= automake:env autoconf:env
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/divxcalc
pre-configure:
@cd ${WRKSRC} && ${GMAKE} -f admin/Makefile.common
.include <bsd.port.mk>