mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
6e28b9a6a3
While here remove MD5
33 lines
637 B
Makefile
33 lines
637 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: divxcalc
|
|
# Date created: Mar 21, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= divxcalc
|
|
PORTVERSION= 0.6
|
|
PORTREVISION= 9
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.axllent.org/uploads/files/divxcalc/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= DivX Calculator
|
|
|
|
USE_XORG= x11 ice xext
|
|
USE_BZIP2= yes
|
|
USE_QT_VER= 3
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= automake:env autoconf:env
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= 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>
|