diff options
Diffstat (limited to 'math/fung-calc/Makefile')
-rw-r--r-- | math/fung-calc/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/math/fung-calc/Makefile b/math/fung-calc/Makefile new file mode 100644 index 0000000..0424b49 --- /dev/null +++ b/math/fung-calc/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: fung-calc +# Date created: 10.06.2003 +# Whom: Kirill Ponomarew <ponomarew@oberon.net> +# +# $FreeBSD$ + +PORTNAME= fung-calc +PORTVERSION= 1.3.0 +CATEGORIES= math kde +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ponomarew@oberon.net +COMMENT= Advanced graphic calculator + +USE_KDELIBS_VER= 3 +USE_MESA= yes +USE_GMAKE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" + +.include <bsd.port.mk> |