diff options
-rw-r--r-- | cad/pdnmesh/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/cad/pdnmesh/Makefile b/cad/pdnmesh/Makefile index 1c386bd1035a..cbacfb006c08 100644 --- a/cad/pdnmesh/Makefile +++ b/cad/pdnmesh/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pdnmesh -# Date created: 25 August 2001 -# Whom: Sarod Yatawatta <sarod@cs.pdn.ac.lk> -# +# Created by: Sarod Yatawatta <sarod@cs.pdn.ac.lk> # $FreeBSD$ -# PORTNAME= pdnmesh PORTVERSION= 0.2.1 @@ -11,7 +7,7 @@ PORTREVISION= 11 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION} -MAINTAINER= sarod@users.sf.net +MAINTAINER= ports@FreeBSD.org COMMENT= A finite element program LIB_DEPENDS= gtkglext:${PORTSDIR}/x11-toolkits/gtkglext |