mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
6d726b6c09
PR: 166836 Tested by: Multiple -exp runs (pav)
20 lines
438 B
Makefile
20 lines
438 B
Makefile
# New ports collection makefile for: cad/salome-kernel
|
|
# Date created: 20 May 2009
|
|
# Whom: Stas Timokhin <devel@stasyan.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= cad science
|
|
|
|
MASTERDIR= ${.CURDIR}/../salome
|
|
|
|
PORTNAME= salome
|
|
PORTREVISION= 3
|
|
PKGNAMESUFFIX= -kernel
|
|
SAL_MODULE_UPPER= KERNEL
|
|
|
|
post-configure::
|
|
@${INSTALL_SCRIPT} ${AUTOMAKE_DIR}/py-compile ${WRKSRC}/salome_adm/unix/config_files
|
|
|
|
.include "${MASTERDIR}/Makefile"
|