1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/math/emc2/Makefile
Brendan Fabeny a60cab8211 Allow non-interactive builds by adding "auto-accept" to LICENSE_PERMS
Reported by:	pav
Approved by:	makc, miwi (co-mentors, implicit)
2010-09-07 22:28:54 +00:00

61 lines
1.4 KiB
Makefile

# New ports collection makefile for: emc2
# Date created: 16 December 2003
# Whom: thierry@pompo.net
#
# $FreeBSD$
#
PORTNAME= emc2
DISTVERSIONPREFIX=v
DISTVERSION= 2.16c
CATEGORIES= math science
MASTER_SITES= http://www.ann.jussieu.fr/~hecht/ftp/emc2/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
.if !defined(NOPORTDOCS)
DISTFILES+= RTemc2_fr.pdf RTemc2_gb.pdf
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
.endif
MAINTAINER= ports@FreeBSD.org
COMMENT= A graphical editor of two-dimensional mesh geometries
LICENSE= INRIA
LICENSE_NAME= INRIA license, perhaps specific to emc2
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LICENSE_PERMS= auto-accept no-dist-sell no-pkg-sell
RESTRICTED= No resale, contact author for commercial usage
USE_XORG= x11
USE_GMAKE= yes
ALL_TARGET= ${PORTNAME}
.if defined(LANG) && ${LANG:Mfr*} != ""
CFLAGS+= -DFRENCH
.endif
.if !defined(NOPORTDOCS)
PORTDOCS= ${DISTFILES:M*.pdf}
.endif
.if !defined(NOPORTEXAMPLES)
PORTEXAMPLES= *
.endif
PLIST_FILES= bin/emc2 bin/prf_f3d
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/emc2 ${PREFIX}/bin
@${INSTALL_SCRIPT} ${WRKSRC}/prf_f3d ${PREFIX}/bin
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@(cd ${DISTDIR} && ${INSTALL_MAN} ${PORTDOCS} ${DOCSDIR})
.endif
.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>