aboutsummaryrefslogtreecommitdiff
path: root/devel/doxygen
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-11 21:30:15 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-11 21:30:15 +0000
commited33fb7de058a6d91ae1c86c9dda42a1a2508b54 (patch)
treebb126f7f4deabe676254cb651c5b8a780976235f /devel/doxygen
parentcd551d001ae65b6035a625879180b837df06f895 (diff)
downloadports-ed33fb7de058a6d91ae1c86c9dda42a1a2508b54.tar.gz
ports-ed33fb7de058a6d91ae1c86c9dda42a1a2508b54.zip
Notes
Diffstat (limited to 'devel/doxygen')
-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}"