freebsd-ports/graphics/divxcalc/Makefile

36 lines
689 B
Makefile
Raw Normal View History

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
PORTVERSION= 0.6
2012-06-01 07:26:28 +02:00
PORTREVISION= 10
2002-03-20 04:14:17 +01:00
CATEGORIES= graphics
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
DEPRECATED= Depends on QT3; unmaintained
EXPIRATION_DATE= 2013-07-01
USE_XORG= x11 ice xext
USE_BZIP2= yes
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
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/divxcalc
2002-03-20 04:14:17 +01:00
pre-configure:
@cd ${WRKSRC} && ${GMAKE} -f admin/Makefile.common
2002-03-20 04:14:17 +01:00
.include <bsd.port.mk>