mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
18 lines
349 B
Makefile
18 lines
349 B
Makefile
# Ports collection makefile for: py-libdnet
|
|
# Date created: Nov 2, 2005
|
|
# Whom: thierry@pompo.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT= Python module for libdnet
|
|
|
|
MASTERDIR= ${.CURDIR}/../libdnet
|
|
|
|
BUILD_PYTHON_MODULE= yes
|
|
|
|
NOT_FOR_ARCHS= ia64
|
|
NOT_FOR_ARCHS_REASON_ia64= fails to build with internal compiler error
|
|
|
|
.include "${MASTERDIR}/Makefile"
|