mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
772c8af502
PR: ports/64315 Submitted by: maintainer
25 lines
531 B
Makefile
25 lines
531 B
Makefile
PNET_VERSION= 0.6.4
|
|
PNET_REVISION= 0
|
|
PNET_PORTVER= ${PNET_VERSION}.${PNET_REVISION}
|
|
PNET_PORTREV= 0
|
|
PNET_PORTEPOCH= 0
|
|
|
|
PNET_MASTER_SITES= ${MASTER_SITE_GNU} \
|
|
http://www.southern-storm.com.au/download/
|
|
PNET_MASTER_SITE_SUBDIR= dotgnu/pnet/
|
|
|
|
|
|
ILSTRIP_CMD= ${LOCALBASE}/bin/ilstrip
|
|
|
|
.if defined(WITH_OPTIMIZED_CSFLAGS)
|
|
CSFLAGS=-02
|
|
.endif
|
|
|
|
pre-everything:: post-everything
|
|
.if !defined(WITH_OPTIMIZED_CSFLAGS)
|
|
@${ECHO_MSG} "Define optimized CSLAGS with"
|
|
@${ECHO_MSG} "WITH_OPTIMIZED_CSFLAGS=yes"
|
|
.endif
|
|
|
|
post-everything::
|