blob: ad3097cb1768ccd0072342c7cb219dca1e7e239f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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"
|