freebsd-ports/cad/qfsm/Makefile
Patrick Li e6aac241a1 Update to 0.40
PR:		39165
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-06-23 04:22:13 +00:00

27 lines
460 B
Makefile

# ex:ts=8
# Ports collection makefile for: qfsm
# Date created: Mar 14, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= qfsm
PORTVERSION= 0.40
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
USE_QT_VER= 3
GNU_CONFIGURE= yes
USE_GMAKE= yes
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${EXAMPLESDIR}
${CP} ${WRKSRC}/examples/*.fsm ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>