aboutsummaryrefslogtreecommitdiff
path: root/devel/doxygen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/doxygen/Makefile')
-rw-r--r--devel/doxygen/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile
index 96eec3b58ff2..eca88b3bdf18 100644
--- a/devel/doxygen/Makefile
+++ b/devel/doxygen/Makefile
@@ -1,20 +1,19 @@
# New ports collection makefile for: doxygen
-# Version required: 1.1.0
# Date created: 20 March 1998
# Whom: Joep Grooten <joep@di.nl>
#
# $FreeBSD$
#
-DISTNAME= doxygen-${VERSION}.src
-PKGNAME= doxygen-${VERSION}
+PORTNAME= doxygen
+PORTVERSION= 1.1.0
CATEGORIES= devel
MASTER_SITES= http://www.stack.nl/~dimitri/doxygen/dl/
+DISTNAME= ${PORTNAME}-${PORTVERSION}.src
MAINTAINER= joep@di.nl
WRKSRC= ${WRKDIR}/${PKGNAME}
-VERSION= 1.1.0
USE_QT= yes
USE_PERL5= yes
MAKE_ENV+= QTDIR="${X11BASE}" PCFLAGS="${CFLAGS}" PCXXFLAGS="${CXXFLAGS}"