Changeset View
Changeset View
Standalone View
Standalone View
graphics/gdchart/Makefile
| Show All 20 Lines | |||||
| PORTDOCS= README.txt | PORTDOCS= README.txt | ||||
| PORTEXAMPLES= ft_samp.c gdc_pie_samp.c gdc_samp1.c gdc_samp2.c | PORTEXAMPLES= ft_samp.c gdc_pie_samp.c gdc_samp1.c gdc_samp2.c | ||||
| OPTIONS_DEFINE= DOCS EXAMPLES | OPTIONS_DEFINE= DOCS EXAMPLES | ||||
| .include <bsd.port.options.mk> | .include <bsd.port.options.mk> | ||||
| .if defined(NO_PROFILE) || ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079 ) | .if defined(NO_PROFILE) || ${OPSYS} == FreeBSD | ||||
| PLIST_SUB+= PROFILE="@comment " | PLIST_SUB+= PROFILE="@comment " | ||||
| .else | .else | ||||
| PLIST_SUB+= PROFILE="" | PLIST_SUB+= PROFILE="" | ||||
| .endif | .endif | ||||
| .if ${OPSYS} == FreeBSD | .if ${OPSYS} == FreeBSD | ||||
| CFLAGS+= -Wno-error=incompatible-function-pointer-types | CFLAGS+= -Wno-error=incompatible-function-pointer-types | ||||
| .endif | .endif | ||||
| Show All 25 Lines | |||||